That works great, thanks!
Jan
On 21 November 2012 19:52, Shai Erera wrote:
> Hi Jan,
>
> Basically, DrillDown is a helper class for creating such queries. You're
> right that its query() methods create AND, because that's normally the
> case, but if you require OR, you could do this:
>
> B
Hi Jan,
Basically, DrillDown is a helper class for creating such queries. You're
right that its query() methods create AND, because that's normally the
case, but if you require OR, you could do this:
BooleanQuery res = new BooleanQuery();
for (CategoryPath cp : paths) {
res.add(new