Re: Quoted searches

2008-03-20 Thread Chris Hostetter
: > 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 BUt the Justin said "When

Re: Quoted searches

2008-03-19 Thread Yonik Seeley
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 yo

Quoted searches

2008-03-19 Thread Justin
When I issue a search in quotes, like "tay sachs" lucene is returning results as if it were written: tay OR sachs Any reason why? Any way to stop it?