Hi everyone,

My schema is setup to index all words (no stop-words such as "or", "and",
etc.) are removed.  My default operator is AND.  But when I search for "one
or two" (without the quotes as this is not a phrase search) I'm getting
hits on documents that have either "one" or "two".  It has the same effect
as if I searched for "one OR two".  Any idea why?

Where should I look to see what's causing this issue?  What part of my
schema or request handler do you need to see?

In case this helps.  Searching for just "or" or "OR" (with or without
quests) gives me the same set of hits and ranking.  The same is also true
for "and" or "AND".

Thanks.

Steven

Reply via email to