You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Hasan Diwan <ha...@gmail.com> on 2005/04/12 22:19:35 UTC

Re: [Nutch-dev] Re: How to do OR search in Nutch?

> On Apr 12, 2005 1:30 AM, Doug Cutting <cu...@nutch.org> wrote:
> >
> > OR is not yet supported by Nutch's query parser.

It seems that this should be a pretty easy thing to support. Run both
queries individually, add them to a java.util.Set and convert it back
to results.

-- 
Cheers,
Hasan Diwan <ha...@gmail.com>