Balaji - first, you should e-mail this to the solr-user list, not the java-user list since this is Solr-specific.
Next step is to use Solr's debugQuery facility (append debugQuery=true to your request) in order to get the scoring explanations. That'll tell you in gory detail how the scores are computed. Erik On Sep 21, 2011, at 21:48 , balaji wrote: > Hi all > > I have a Dynamic "String Single" field present in my SOLR . but when I do > a Query time boosting to that field it doesnt seem to honor it , Below I > have mentioned all the QF parameters that are sent along > > qf=body^4&qf=tags_h1^0.1&qf=tags_h2_h3^0.1&qf=tags_h4_h5_h6^0.1&qf=tags_inline^0.1&qf=taxonomy_names^1.0&qf=title^8.0&qf=ss_cck_field_category_name^40.0 > > > I have one document which has the "ss_cck_field_category_name" = > "Hospitals" , when I search for "Hospitals" the document is coming in the > middle not at the Top eventhough it has both *Title field and > ss_cck_field_category_name set to "Hospitals"*. The documents which have > Title Hospital come on Top > > Does SOLR not honor String fields for Boosting ? > > > Thanks > Balaji > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Query-Time-Boosting-Not-Working-tp3357734p3357734.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org