RE: Exact matches in phrase queries for terms analyzed using StandardAnalyzer

2016-03-07 Thread Uwe Schindler
o: dev@lucene.apache.org Subject: Exact matches in phrase queries for terms analyzed using StandardAnalyzer Hi, I have come across an actual use case where I need to do an exact match for a term which is indexed as TextField using StandardAnalyzer ie value of term "abc" should ma

Re: Exact matches in phrase queries for terms analyzed using StandardAnalyzer

2016-03-07 Thread Jack Krupansky
This is the dev list - ask your usage question on the user list (Solr or Lucene.) -- Jack Krupansky On Mon, Mar 7, 2016 at 7:09 AM, Kamaldeep Singh wrote: > Hi, > > I have come across an actual use case where I need to do an exact match > for a term which is indexed

Exact matches in phrase queries for terms analyzed using StandardAnalyzer

2016-03-07 Thread Kamaldeep Singh
Hi, I have come across an actual use case where I need to do an exact match for a term which is indexed as TextField using StandardAnalyzer ie value of term "abc" should match to only "abc" and not "abc xyz" . I understand I can use different analyzer like KeywordAnalyzer and avoid converting