Here is my query. I have a field called shared_count, that is an int value. I want to give a boost based on the value of that field so the ones with that results with a higher shared_count get boosted a bit.
http://127.0.0.1:8983/solr/select/?wt=json&rows=100&fl=*,score&fq=type:moment&q=kindle&qt=dismax&bf=shared_count^0.1 The bf part is what I don't understand Thanks in advance! Scott -- View this message in context: http://www.nabble.com/Boost-based-on-a-field-value-tp23473885p23473885.html Sent from the Solr - User mailing list archive at Nabble.com.