Hi everybody, Wish you a nice day, I've a question, I would like to know if it's possible to boost differently some field according to where it find the word.
Will try to make it more clear; I've a book core with title, description and tags. If word looked for is found in the title, I would like to boost differntly another field like number of view > found in the title then : nb_views^2 and rating^1 > found in the description then : nb_views^0.5 and rating^0.2 > found in the tag then : nb_views^1 and rating^0.5 How can I do that ? Even I would love to make something like if after : if nb_views between 0 and 50 then nb_views^1.3 if nb_views>100 then nb_views^2 Do you have an idea ? What would you reckon ? THANKS A LOT GUYS, -- View this message in context: http://www.nabble.com/solr-1.4---boost-query-from-where-it-finds-the-word%28s%29-tp21972988p21972988.html Sent from the Solr - User mailing list archive at Nabble.com.