Hi sascha,

You can do with boolean query, Take your three queries and OR them with boolean clause Occur.should.

-Nitin
On Tuesday 10 February 2015 08:58 PM, Sascha Janz wrote:
Hi,
i want to combine two MultiTermQueries. One searches over FieldA, one over FieldB. Both queries should be combined with "OR" operator. so in lucene Syntax i want to search FieldA:Term1 OR FieldB:Term1, FieldA:Term2 OR FieldB:Term2, FieldA:Term3 OR FieldB:Term3... how can i do this? greetings
sascha

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



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