You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Sujatha Arun <su...@gmail.com> on 2011/06/02 09:31:05 UTC

Standard Request Handler Boosting

I want to know  what is the difference between the normal Boosting and
boosting using functionQuery for the standard request handler

In the example below I want to boost the field 2 with higher influence on
score
Example:

 field1:<query value> field2:<query value>^boost value

Example  :

 field1<query value> AND _val_:"<field2>"^boost value

Regards
Sujatha