Re: Using ​phrase query in Termfilters

2015-11-25 Thread Kumaran Ramasubramanian
com] > > Sent: Wednesday, November 25, 2015 9:13 AM > > To: java-user@lucene.apache.org > > Subject: Using ​phrase query in Termfilters > > > > Hi All, > > > >Am using lucene 4.10.4. Is it right to add analyzed multi valued > fields > > & phrase quer

RE: Using ​phrase query in Termfilters

2015-11-25 Thread Uwe Schindler
nal Message- > From: Kumaran Ramasubramanian [mailto:kums@gmail.com] > Sent: Wednesday, November 25, 2015 9:13 AM > To: java-user@lucene.apache.org > Subject: Using ​phrase query in Termfilters > > Hi All, > >Am using lucene 4.10.4. Is it right to add a

Using ​phrase query in Termfilters

2015-11-25 Thread Kumaran Ramasubramanian
Hi All, Am using lucene 4.10.4. Is it right to add analyzed multi valued fields & phrase query for the same field in boolean filter. i believe we could not apply analyzers to values in filters. So am not getting results for those filters' match. String phraseTerm = "hello world" > Term term =