Custom_score_filter crashing in 0.19

Hi,
I have upgraded my system from 0.18.7 to 0.19 and some queries
are working fine. But I noticed that the custom_filter_score query is
failing everywhere. I tried with the flush command also. But again no use.
Its throwing the Exception of "query does not support [score_mode]".

but its working fine if I switch to older version. I am using the
score_mode = "total".

Can you please help me out. Its really a critical issue, As my lots of
queries are based on this.

Thanks

On Mon, 2012-03-19 at 06:40 -0700, Narinder Kaur wrote:

Hi,
I have upgraded my system from 0.18.7 to 0.19 and some
queries are working fine. But I noticed that the custom_filter_score
query is failing everywhere. I tried with the flush command also. But
again no use. Its throwing the Exception of "query does not support
[score_mode]".

but its working fine if I switch to older version. I am using the
score_mode = "total".

0.19 made query parsing stricter, which probably means that you were
using the custom score query incorrectly before.

Gist an example of how you use it (or check your usage against the docs)

clint

Can you please help me out. Its really a critical issue, As my lots of
queries are based on this.

Thanks