On Tuesday 09 October 2007 09:55, Martin Dietze wrote:

>  I've been going nuts trying to use LuceneParser parse query
> strings using the default operator AND correctly:

The operator precedence is known to be buggy. You need to use parenthesis, 
e.g. (aa AND bb) OR (cc AND dd)

regards
 Daniel

-- 
http://www.danielnaber.de

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

Reply via email to