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:t
I have 2 fields in my schema - e.g.
long field "field1" and long field "field 2".
I'd like my boost query to be such that field1 is boosted by the value of
field 2 for each document.
What should the query time boost for this look like? I was able to do this
using Index time boosting with the Data