I effectively need to use a multiplication in the sorting of the items.
Something like score*popularity.
It seems the only way to do this is to use a bf parameter.
However how do you use bf in combination with the standard requestHandler?


hossman wrote:
> 
> 
> : Now I need to know whether the FunctionQuery result is considered during 
> : the results sorting. That is, are search results sorted according to the 
> : sum of the similarity and the FunctionQuery value or according to 
> : similarity only?
> 
> a function query in a larger query contributes to the score just like any 
> other clause ... if you sort by score, you are sorting by the *whole* 
> score ... if you sort by some other field then the *whole* score is 
> irrelevant.
> 
> 
> 
> -Hoss
> 
> 
> 


-- 
View this message in context: 
http://www.nabble.com/Score-customization-tp13404845p20458084.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to