Re: StandardTokenizerFactory is behaving differently in Solr 3.6?

2012-08-01 Thread raonalluri
Jack, thanks a lot for your reply. We are using LuceneQParser query parser. I agree, if I phrase the string by adding double quotes, I am good. But I am checking if there is any fix for this without changing the query. As we are in production environment, we need to change the quries in different

Re: StandardTokenizerFactory is behaving differently in Solr 3.6?

2012-08-01 Thread raonalluri
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 env

StandardTokenizerFactory is behaving differently in Solr 3.6?

2012-08-01 Thread raonalluri
I have a field type like the following: This type is behaving differently in Solr 3.3 and 3.6. In 3.3, the following doesn't return any records because there is no author called 'Gerri Killis'. But there is an author called ''Gerri Jonathan'. /sele