I already asked about this long ago but the answer doesn't seem to work...
I am trying to set a negative query boost to send the results that match
field_a: 54 to a lower position. I have tried it in 2 different ways:

bq=(*:* -field_a:54^10000) 
bq=-field_a:54^10000 

None of them seem to work. What seems to happen is that results that match
field_a:54 are excluded. Just like doing:

fq=-field_a:54

Any idea what could be happening? Has anyone experienced this behaviour
before?
Thnaks in advance
-- 
View this message in context: 
http://old.nabble.com/weird-behabiour-when-setting-negative-boost-with-bq-using-dismax-tp27406614p27406614.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to