On Wed, Mar 19, 2008 at 10:39 AM, Justin <[EMAIL PROTECTED]> wrote:
> When I issue a search in quotes, like "tay sachs"
>  lucene is returning results as if it were written: tay OR sachs

If you are using the standard request handler, the default operator is
OR (I assume you didn't use quotes in your query).  You can switch the
default operator to AND, but I'd recommend starting with dismax
instead... it defaults to AND (100% terms required) and does proximity
boosts (when terms are near each other.)

-Yonik

Reply via email to