Hi,

    I have a (dismax) request handler which has the following 3 scoring
components (1 qf & 2 bf) :

    qf = "field1^2 field2^3"
    bf = func1(field3)^2 func2(field4)^3

  Both func1 & func2 return scores between 0 & 1. The score returned by
textual match (qf) ranges from 0 to <NOT_A_FIXED_NUMBER>

   To allow better combination of text match & my functions, I want the text
score to be normalized between 0 & 1. Is there any way I can achieve that
here?

Thanks
Sid




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Score-Normalization-tp3481627p3481627.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to