You would need to make a custom query filter plugin.  You'll want to
look at the query-basic plugin as an example of how it constructs a
Lucene query from a Nutch query.

On Apr 12, 2005 12:34 AM, zhang jin <[EMAIL PROTECTED]> wrote:
> If I want to support Or.How I should do?
> Thanks very much!
> 
> On Apr 12, 2005 1:30 AM, Doug Cutting <[EMAIL PROTECTED]> wrote:
> >
> > Kannan Sundaramoorthy wrote:
> > > When searching for two terms using OR operator (or with just space
> > > between two terms), nutch returns the results as if the terms were
> > > united by AND, i.e. does not search for each term separately. Nutch just
> > > looks for documents where both terms are present.
> > > Does "OR" search require change in any configuration file? Any
> > > help/guidance will be of great help tom me.
> >
> > OR is not yet supported by Nutch's query parser.
> >
> > Doug
> >
> 
>

Reply via email to