: Thank Ahmet, I did that, it kinda worked (not as well as expected) the
: document with ringtone was the 1st match, it was moved to the 2nd position,
: I was expecting it to be at very bottom. Tried other factors for boosting
: up to 10E6 but no success.

"bq" is an additive boost -- it basically just adds another clause to 
the outermost BooleanQuery produced by the parser -- as the total 
boost values of all clauses increases, the queryNorm increases, and the 
overall effect diminishes.

using the "boost" param of edismax, or wrapping your whole query in a 
{!boost} query is a much saner way to go (it's a multiplicitive boost)


-Hoss

Reply via email to