Yep, that looks good to me.

--
Ian.


On Tue, Feb 10, 2015 at 5:01 PM, Sascha Janz <[email protected]> wrote:
> hm,  already thought this could be the solution but didn't know how to do the 
> or Operation
>
> so i tried this
>
> BooleanQuery bquery = new BooleanQuery();
> bquery.add(queryFieldA, BooleanClause.Occur.SHOULD);
> bquery.add(queryFieldB, BooleanClause.Occur.SHOULD);
>
> this is the correct way?
>
>
> Gesendet: Dienstag, 10. Februar 2015 um 17:31 Uhr
> Von: "Ian Lea" <[email protected]>
> An: [email protected]
> Betreff: Re: combine to MultiTermQuery with OR
> org.apache.lucene.search.BooleanQuery.
>
>
> --
> Ian.
>
>
> On Tue, Feb 10, 2015 at 3:28 PM, Sascha Janz <[email protected]> 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: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to