You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mv...@apache.org on 2017/06/08 11:30:12 UTC

[2/2] lucene-solr:branch_6_6: LUCENE-7869: added entry

LUCENE-7869: added entry


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a88604da
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a88604da
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a88604da

Branch: refs/heads/branch_6_6
Commit: a88604da31c5b22888307a337af2d6688a0fa293
Parents: b75dbaf
Author: Martijn van Groningen <ma...@gmail.com>
Authored: Thu Jun 8 13:29:55 2017 +0200
Committer: Martijn van Groningen <ma...@gmail.com>
Committed: Thu Jun 8 13:29:55 2017 +0200

----------------------------------------------------------------------
 lucene/CHANGES.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a88604da/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index f1bddde..89f124f 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -4,7 +4,12 @@ For more information on past and future Lucene versions, please see:
 http://s.apache.org/luceneversions
 
 ======================= Lucene 6.6.1 =======================
-(No Changes)
+
+Bug Fixes
+
+* 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. The memory index doesn't do this and this can result in document
+  with multiple points that should match to not match. (Martijn van Groningen)
 
 ======================= Lucene 6.6.0 =======================