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

Michael Osipov edited comment on LUCENE-3674 at 1/4/12 10:40 AM:
-----------------------------------------------------------------

There is actually one. I made two tickets because most prefer a more precise 
separation of concerns. The query syntax does not necessary link to the 
QueryParser. It simply depends on the parser impl. This can be mentioned as 
such. In contrast to that the QueryParser does not impl boolean precedence.
                
      was (Author: michael-o):
    There is actually one. I made two tickets because most prefer a more 
precise separation of concerns. The query syntax does not necessary link to the 
QueryParser. It simply depends on the parser impl. This can mentioned as such. 
In contrast to that the QueryParser does not impl boolean precedence.
                  
> Query syntax description not precise enough about boolean operators (AND, OR)
> -----------------------------------------------------------------------------
>
>                 Key: LUCENE-3674
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3674
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: general/website
>    Affects Versions: 3.2
>            Reporter: Michael Osipov
>
> The description of the syntax does not mention that boolean precedence with 
> AND/OR does not happen at all. One assumes that it is handled the way boolean 
> operations are handled like anywhere else. I have elaborated this in the 
> [mailing 
> list|http://mail-archives.apache.org/mod_mbox/lucene-java-user/201201.mbox/%3C20120103152903.35670%40gmx.net%3E].
> Please make prominent that there is no precedence and users have to group 
> explicitly to achieve precedence.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to