[
https://issues.apache.org/jira/browse/LUCENE-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14736763#comment-14736763
]
Yonik Seeley commented on LUCENE-6305:
--------------------------------------
bq. what a load of horseshit
I am continually reminded why I try to minimize any interaction in lucene these
days... it's become the most hostile open source community I've ever seen.
bq. Those expert users can use custom queries.
Which is what something like this would allow, without necessitating
duplicating all of the boolean scorer logic:
{code}
public static Weight createWeightFrom(List<BooleanClause> clauses)
{code}
> BooleanQuery.equals should ignore clause order
> ----------------------------------------------
>
> Key: LUCENE-6305
> URL: https://issues.apache.org/jira/browse/LUCENE-6305
> Project: Lucene - Core
> Issue Type: Bug
> Reporter: Adrien Grand
> Assignee: Adrien Grand
> Priority: Minor
> Attachments: LUCENE-6305.patch, LUCENE-6305.patch
>
>
> BooleanQuery.equals is sensitive to the order in which clauses have been
> added. So for instance "+A +B" would be considered different from "+B +A"
> although it generates the same matches and scores.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]