When you search for "car" "Ferarri", by default, a BooleanQuery object will
be created, in which "car" is an isRequired clause and "Ferrari" is also an
isRequired clause. This BooleanQuery will be passed to Lucene engine to
search. You can look at org.apache.nutch.searcher package for more details
about this issue.

Cheers,
Giang


On 10/13/05, Daniel Iversen <[EMAIL PROTECTED]> wrote:
>
> Team,
> Quick question - how do one enable boolean searching ("car" and "Ferarri")
> in Nutch (especially the sample index.jsp and search.jsp)..
> I couldn't find anything on the Nutch website, Google or the API (besides
> learning that there is a Query.Clause object which I can't seem how to
> use)
> Any pointers would be greatly appreciated.
> Cheers,
> Daniel
>
>

Reply via email to