Júlio César e Melo created LUCENE-7483:
------------------------------------------
Summary: QueryParser changes OR clausule to AND
Key: LUCENE-7483
URL: https://issues.apache.org/jira/browse/LUCENE-7483
Project: Lucene - Core
Issue Type: Bug
Components: core/queryparser
Affects Versions: 6.2.1
Reporter: Júlio César e Melo
Priority: Minor
QueryParser incorrectly parses the expression {color:blue}{{t1 AND t2 *OR* t3
AND t4}}{color} as
{color:red}{{(+t1 +t2 +t3 +t4)}}{color} while {color:green}{{t1 AND t2 AND t3
AND t4}}{color} produces the same result.
The expected result for expression {color:blue}{{t1 AND t2 OR t3 AND
t4}}{color} is {color:purple}{{(+t1 +t2) (+t3 +t4)}}{color}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]