[ 
https://issues.apache.org/jira/browse/LUCENE-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477444
 ] 

Steven Parkes commented on LUCENE-792:
--------------------------------------

Yeah, this was noted by Erik in the svn logs.

Unfortunately, it looks like PQP has been basically dormant (read: undergoing 
bitrot) since then so not only is NOT precedence not handled, but a lot of 
other changes that have been made to QP aren't in PQP. 

> 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]

Reply via email to