On Feb 25, 2005, at 4:19 PM, Omar Didi wrote:
I have a problem understanding how would lucene iterpret this boolean expression : A AND B OR C .
it neither return the same count as when I enter (A AND B) OR C nor A AND (B OR C).
if anyone knows how it is interpreted i would be thankful.

Output the toString() of the returned Query instances to see how QueryParser interpreted things.


        Erik


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



Reply via email to