Custom_filter_score in 0.19.4 is not working fine

I just got the issue solved, I tried the same query with the constant_score
query and now its working fine. thanks for the guidance, cause of your
comments, i could understand the logic behind this... thanks

On Thursday, 24 May 2012 17:27:58 UTC+5:30, Clinton Gormley wrote:

On Thu, 2012-05-24 at 04:15 -0700, Narinder Kaur wrote:

But the same query was working fine with the earlier version of
0.18!!!!!!!!!!

why was then it overriding the relevance score????

Not correct. I've tried on 0.19.3 and 0.17.8 and I get the same result,
eg: gist:2781011 · GitHub

You might have thought that it was working in a different way, but I
don't see any difference between the two.

Just switch to using a term filter instead of a query, and it will work
the way you expect.

clint