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 > > > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
