You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Stefan Neufeind <ap...@stefan-neufeind.de> on 2006/09/29 01:07:40 UTC

Searching with "and" and "or?

Hi,

I'm trying to build a search like

   searchword AND (site:www.example.com OR site:www.foobar.org)

But no such syntax I tried worked out. Is it possible somehow?



Regards,
 Stefan


Re: Searching with "and" and "or?

Posted by Nguyen Ngoc Giang <gi...@gmail.com>.
  You can have a look at NutchAnalysis.jj and create some customized rules
for your own keywords.

  Cheers,



On 9/29/06, Stefan Neufeind <ap...@stefan-neufeind.de> wrote:
>
> Hi,
>
> I'm trying to build a search like
>
>    searchword AND (site:www.example.com OR site:www.foobar.org)
>
> But no such syntax I tried worked out. Is it possible somehow?
>
>
>
> Regards,
> Stefan
>
>