Re: Solr schema.xml query analyser

2014-07-21 Thread Jack Krupansky
ing that it is a document field in your index. -- Jack Krupansky -Original Message- From: newBie88 Sent: Monday, July 21, 2014 1:13 PM To: solr-user@lucene.apache.org Subject: Re: Solr schema.xml query analyser My apologies Jack. But there was a mistake in my question. I actually switc

Re: Solr schema.xml query analyser

2014-07-21 Thread newBie88
My apologies Jack. But there was a mistake in my question. I actually switched "query" and "textExactMatch" in my question. I would be really helpful if you could have a look at the scenario once again: My task is to provide a match when the search term contains the indexed field. For example:

Re: Solr schema.xml query analyser

2014-07-21 Thread Jack Krupansky
Subject: Re: Solr schema.xml query analyser Thanks Jack for the reply. I did not mention the query time analyzer in my post because I wasn't sure what should be put there. With regards to your reply, If I put the query term in quotes, would I get a match for the following: Indexed field value

Re: Solr schema.xml query analyser

2014-07-21 Thread prashantc88
Thanks Jack for the reply. I did not mention the query time analyzer in my post because I wasn't sure what should be put there. With regards to your reply, If I put the query term in quotes, would I get a match for the following: Indexed field value: foo bar Query term: foo bar xyz/xyz foo bar

Re: Solr schema.xml query analyser

2014-07-21 Thread Jack Krupansky
ky -Original Message- From: prashantc88 Sent: Monday, July 21, 2014 11:29 AM To: solr-user@lucene.apache.org Subject: Solr schema.xml query analyser 0 down vote favorite I am a complete beginner to Solr and need some help. My task is to provide a match when the search term contains the

Solr schema.xml query analyser

2014-07-21 Thread prashantc88
0 down vote favorite I am a complete beginner to Solr and need some help. My task is to provide a match when the search term contains the indexed field. For example: If query= foo bar and textExactMatch= foo, I should not get a MATCH If query= foo bar and textExactMatch= foo b