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
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
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 =