Which query parser do you have set in your request handler?
There was a problem with edismax in 3.6 with the WordDelimiterFilter, that
sounds exactly like your symptom. The workaround is to enclose the term in
quotes (to make it a phrase), otherwise the terms would be "OR"ed rather
than "AND"ed.
-- Jack Krupansky
-----Original Message-----
From: raonalluri
Sent: Wednesday, August 01, 2012 3:25 PM
To: solr-user@lucene.apache.org
Subject: Re: StandardTokenizerFactory is behaving differently in Solr 3.6?
I noticed, escape character which is in the query, is getting ignored in
solr
3.6.
For the following 3.3 gives results where 'Featuring Chimp' is matched. But
in 3.6, it gives results where Featuring or Chimp or Featuring Chimp is
matched. Any idea what is the difference between my 3.3 and 3.6 environments
for this inconsistent results?
/select/?q=title:Featuring\ Chimp
--
View this message in context:
http://lucene.472066.n3.nabble.com/StandardTokenizerFactory-is-behaving-differently-in-Solr-3-6-tp3998623p3998665.html
Sent from the Solr - User mailing list archive at Nabble.com.