From aa27148594b6f3e90754050ec55f1f286613f724 Mon Sep 17 00:00:00 2001 From: Anshum Gupta Date: Tue, 29 Aug 2017 15:42:49 -0700 Subject: [PATCH] add section for 6.6.1 in Lucene --- lucene/CHANGES.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 206e18f7fd1..9c4890d2c7b 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -184,12 +184,6 @@ Bug Fixes * LUCENE-7864: IndexMergeTool is not using intermediate hard links (even if possible). (Dawid Weiss) -* 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-7878: Fix query builder to keep the SHOULD clause that wraps multi-word synonyms. (Jim Ferenczi) - Improvements * LUCENE-7489: Better storage of sparse doc-values fields with the default @@ -276,6 +270,16 @@ Other that are trivially replaced by LeafReader.terms() and MultiFields.getTerms() (David Smiley) +======================= Lucene 6.6.1 ======================= + +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-7878: Fix query builder to keep the SHOULD clause that wraps multi-word synonyms. (Jim Ferenczi) + ======================= Lucene 6.6.0 ======================= New Features