Could you post the full query URL, so we can see exactly what your query
was? Or, post the output of &debug=query, which will show us what Lucene
query was generated.
-- Jack Krupansky
-----Original Message-----
From: varun srivastava
Sent: Monday, December 24, 2012 1:53 PM
To: solr-user@lucene.apache.org
Subject: SloppyPhraseScorer behavior change
Hi,
Due to following bug fix
https://issues.apache.org/jira/browse/LUCENE-3215 observing a change
in behavior of SloppyPhraseScorer. I just wanted to
confirm my understanding with you all.
After solr 3.5 ( bug is fixed in 3.5), if there is a document "a b c d e",
then in solr 3.4 only query "a b" will match with document, but in solr 3.5
onwards, both query "a b" and "b a" will match. Is it right ?
Thanks
Varun