RE: help with boolean expression

2005-03-01 Thread Omar Didi
Subject: Re: help with boolean expression Omar Didi writes: > 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 interpr

help with boolean expression

2005-02-25 Thread Omar Didi
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. thanks