Jack,
Could you, please, suggest how to use SOLR query functions to make all
fields boosts added on such query as I specified in the topic ?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Additive-boost-function-tp4118066p4118537.html
Sent from the Solr - User mailing
rg
Subject: Additive boost function
Hi Guys,
I faced with a problem of additive boosting.
2 fields: last_name and first_name.
User is searching for "mike t"
Query: (last_name:mike^15 last_name:mike*^7 first_name:mike^10
first_name:mike*^5) AND (last_name:t^15 last_name:t*^7 first_name
View this message in context:
http://lucene.472066.n3.nabble.com/Additive-boost-function-tp4118066.html
Sent from the Solr - User mailing list archive at Nabble.com.