On Feb 19, 2007, at 10:32 AM, Karimi-Tabatabaie Jamal wrote:
That means that last query "Lucene OR Query" must be parsed correct to "Lucene query" with the OR operator while default operator is set to AND. Right?

But in my implementation with default operator set to AND the query 'Hare OR Tortoise' is parsed to 'Hare AND Tortoise'!

Are you perhaps lowercasing the "OR" somewhere along the way (and using a stop word removing analyzer)?

        Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to