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

Júlio César e Melo commented on LUCENE-7483:
--------------------------------------------

Oops. If this is an expected behaviour, I'm sorry for raising this issue. 
Anyway, I find this confusing.

> 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 occurs using StandardQueryParser or classic.QueryParser.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to