mirror of https://github.com/apache/lucene.git
LUCENE-9617: move CHANGES.txt entry to right place (9.0 -> 8.8.0)
This commit is contained in:
parent
8e162e2670
commit
d905a7ba8e
|
@ -189,9 +189,6 @@ Bug fixes
|
||||||
* LUCENE-9365: FuzzyQuery was missing matches when prefix length was equal to the term length
|
* LUCENE-9365: FuzzyQuery was missing matches when prefix length was equal to the term length
|
||||||
(Mark Harwood, Mike Drob)
|
(Mark Harwood, Mike Drob)
|
||||||
|
|
||||||
* LUCENE-9617: Fix per-field memory leak in IndexWriter.deleteAll(). Reset next available internal
|
|
||||||
field number to 0 on FieldInfos.clear(), to avoid wasting FieldInfo references. (Michael Froh)
|
|
||||||
|
|
||||||
Other
|
Other
|
||||||
|
|
||||||
* LUCENE-9631: Properly override slice() on subclasses of OffsetRange. (Dawid Weiss)
|
* LUCENE-9631: Properly override slice() on subclasses of OffsetRange. (Dawid Weiss)
|
||||||
|
@ -284,6 +281,9 @@ Bug Fixes
|
||||||
* LUCENE-9635: BM25FQuery - Mask encoded norm long value in array lookup.
|
* LUCENE-9635: BM25FQuery - Mask encoded norm long value in array lookup.
|
||||||
(Yilun Cui)
|
(Yilun Cui)
|
||||||
|
|
||||||
|
* LUCENE-9617: Fix per-field memory leak in IndexWriter.deleteAll(). Reset next available internal
|
||||||
|
field number to 0 on FieldInfos.clear(), to avoid wasting FieldInfo references. (Michael Froh)
|
||||||
|
|
||||||
Other
|
Other
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue