[
https://issues.apache.org/jira/browse/LUCENE-7869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16042494#comment-16042494
]
ASF subversion and git services commented on LUCENE-7869:
---------------------------------------------------------
Commit 5a34d419b9afea443e56a775f3b7f2d08e18add7 in lucene-solr's branch
refs/heads/master from [~martijn.v.groningen]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=5a34d41 ]
LUCENE-7869: Changed MemoryIndex to sort 1d points.
In case of 1d points, the PointInSetQuery.MergePointVisitor expects that these
points are visited in ascending order.
Prior to this change the memory index doesn't do this and this can result in
document with multiple points that should match to not match.
> MemoryIndex should sort 1d points
> ---------------------------------
>
> Key: LUCENE-7869
> URL: https://issues.apache.org/jira/browse/LUCENE-7869
> Project: Lucene - Core
> Issue Type: Bug
> Reporter: Martijn van Groningen
> Fix For: master (7.0), 6.7
>
> Attachments: LUCENE_7869.patch
>
>
> In case of 1d points, the {{PointInSetQuery.MergePointVisitor}} expects that
> these points are visited in ascending order. The memory index doesn't do this
> and this can result in document with multiple points that should match to not
> match.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]