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 = new Term(key,
> ​​
> phraseTerm);
> TermsFilter filter = new TermsFilter(term);
> FilterClause filterClause = new FilterClause(filter,
> BooleanClause.Occur.SHOULD);
> boolFilter.add(filterClause);


Please
​guide me with
 related articles.
​ Thanks.​

Reply via email to