Re: Precedence in PrecedenceQueryParser

2006-07-25 Thread Erik Hatcher
On Jul 25, 2006, at 3:11 AM, Eric Jain wrote: The query "foo NOT bar AND baz" seems to be interpreted as "+foo - (+bar +baz)" (using default operator AND). Is this a bug, or a feature? It's been a while since I've touched PrecedenceQueryParser, but I recall there still being some issues wit

Precedence in PrecedenceQueryParser (2)

2006-07-25 Thread Eric Jain
The query "foo bar OR baz" seems to be interpreted as "+foo bar baz", even when using default operator AND! "foo AND bar OR baz" on the other hand is interpreted as "(+foo +bar) baz", as expected. - To unsubscribe, e-mail: [EM

Precedence in PrecedenceQueryParser

2006-07-25 Thread Eric Jain
The query "foo NOT bar AND baz" seems to be interpreted as "+foo -(+bar +baz)" (using default operator AND). Is this a bug, or a feature? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC