: > 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 I issue a search in quotes" ... so it really should have been a phrase query requiring both terms. Justin: can you add debugQuery=true to your request, and then let us know what the parsedquery_toString and score explanation info looks like? -Hoss