: How come if bq doesn't influence what matches -- that's q -- bq only : influence : the scores of existing matches if they also match the bq
because that's the way it was designed ... "bq" is "boost query" it's designed to boost the scores of documents that match the "q" param. : when I put : : as bq=(country:FR)^2 (status_official:1 status_new:1)^2.5 : Ive no result : : if I put just bq=(country:FR)^2 Or bq=(status_official:1 status_new:1)^2.5 : or even bq=(country:FR)^2 OR (status_official:1 status_new:1)^2.5 : I will have one result. i can't explain that ... you'd need to post all of the things people usually ask about to trouble shoot what might be happening (configs for request handler, full query string, debugQuery="true" output, etc...) -Hoss