You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Edward Quick <ed...@hotmail.com> on 2005/09/28 21:26:49 UTC

pattern matching and boolean searches

Hi,

I posted this question the other day but didn't get a reply which may have 
been because it was an an annoying FAQ, or the subject wasn't catchy enough! 
Anyway, one more try, so here goes! Please help if you can.

Should I be able to do lucene type searches with Nutch? I know Nutch can now 
do type: and url: queries, but how about pattern matching queries? For 
example:

te*t
tes?t

or Boolean searches? I haven't got it to work so far, but wondered whether 
there was some I needed to enable. Incidentally, yes, I did enable the 
index-more and query-more plugins.

Thanks for any help.

Ed.



Re: pattern matching and boolean searches

Posted by Robert Benea <ro...@gmail.com>.
I think you can build your own plug-in and do whatever type of search you
want(lucene style), I myself added a query plugin to handle my needs ;-).

Cheers,
R.

On 9/28/05, Edward Quick <ed...@hotmail.com> wrote:
>
> Hi,
>
> I posted this question the other day but didn't get a reply which may have
> been because it was an an annoying FAQ, or the subject wasn't catchy
> enough!
> Anyway, one more try, so here goes! Please help if you can.
>
> Should I be able to do lucene type searches with Nutch? I know Nutch can
> now
> do type: and url: queries, but how about pattern matching queries? For
> example:
>
> te*t
> tes?t
>
> or Boolean searches? I haven't got it to work so far, but wondered whether
> there was some I needed to enable. Incidentally, yes, I did enable the
> index-more and query-more plugins.
>
> Thanks for any help.
>
> Ed.
>
>
>