Ok, I'll try this.

But will it work if one of the fields has no analyzers assigned ?

For example field1 is associated with a keyword analyzer, field2 with a standardAnalyzer and field3 has no analyzer because it was indexed as Field.Index.NOT_ANALYZED. Is there something to specify in the constructor of the PerFieldAnalyzerWrapper for the field3 ?

Regards,
Gary

Le 20/06/2011 16:43, Erick Erickson a écrit :
See PerFieldAnalyzerWrapper, then form your query like
field1:word1 OR field2:word1

Best
Erick



---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to