Tom Burton-West created SOLR-4023:
-------------------------------------

             Summary: Solr query parser does not correctly handle Boolean 
precedence
                 Key: SOLR-4023
                 URL: https://issues.apache.org/jira/browse/SOLR-4023
             Project: Solr
          Issue Type: Bug
          Components: query parsers
    Affects Versions: 4.0, 3.6
            Reporter: Tom Burton-West


The default query parser in Solr does not handle precedence of Boolean 
operators in the way most people expect.
 
ā€œA AND B OR Cā€ gets interpreted as ā€œA AND (B OR C)ā€ . There are numerous other 
examples in the JIRA ticket for Lucene 167, this article on the wiki 
http://wiki.apache.org/lucene-java/BooleanQuerySyntax and in this blog post: 
http://robotlibrarian.billdueber.com/solr-and-boolean-operators/

See also : 
http://lucene.472066.n3.nabble.com/re-LUCENE-167-and-Solr-default-handling-of-Boolean-operators-is-broken-tc3552321.html#a3552416

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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