Actually I have a title field that I am searching for my query term, and the documents have a rating field that I want to boost the results by, so the higher rated items appear before the lower rated documents.
I am also boosting results on another field using bq: q=summer&df=title&bq=sponsored:true^5.0&qf=rating^2.0&defType=dismax However, when I use qf to boost the results by rating, Sorl is trying to match the query in the rating field. How can I accomplish boosting by rating using query time boosting? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-boost-a-field-with-another-field-s-value-tp3989706p3989917.html Sent from the Solr - User mailing list archive at Nabble.com.