mirror of https://github.com/apache/lucene.git
add section for 6.6.1 in Lucene
This commit is contained in:
parent
f4b2be1282
commit
aa27148594
|
@ -184,12 +184,6 @@ Bug Fixes
|
||||||
* LUCENE-7864: IndexMergeTool is not using intermediate hard links (even
|
* LUCENE-7864: IndexMergeTool is not using intermediate hard links (even
|
||||||
if possible). (Dawid Weiss)
|
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
|
Improvements
|
||||||
|
|
||||||
* LUCENE-7489: Better storage of sparse doc-values fields with the default
|
* 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()
|
that are trivially replaced by LeafReader.terms() and MultiFields.getTerms()
|
||||||
(David Smiley)
|
(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 =======================
|
======================= Lucene 6.6.0 =======================
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
|
|
Loading…
Reference in New Issue