[
https://issues.apache.org/jira/browse/LUCENE-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786683#action_12786683
]
Mark Miller commented on LUCENE-792:
------------------------------------
Based on its state, we should prob deprecate PrecedenceQueryParser in favor of
the precedence thats about to land in the new QueryParser impl.
> PrecedenceQueryParser misinterprets queries starting with NOT
> -------------------------------------------------------------
>
> Key: LUCENE-792
> URL: https://issues.apache.org/jira/browse/LUCENE-792
> Project: Lucene - Java
> Issue Type: Bug
> Components: QueryParser
> Affects Versions: 2.0.0
> Reporter: Eric Jain
>
> "NOT foo AND baz" is parsed as "-(+foo +baz)" instead of "-foo +bar".
> (I'm setting parser.setDefaultOperator(PrecedenceQueryParser.AND_OPERATOR)
> but the issue applies otherwise too.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]