Add CHANGES entry for 8.10.1

This commit is contained in:
Mayya Sharipova 2021-10-10 07:43:08 -04:00
parent c1fe9efb4b
commit 6f232b6f4b
1 changed files with 11 additions and 6 deletions

View File

@ -446,9 +446,6 @@ Bug Fixes
* LUCENE-10070 Skip deleted docs when accumulating facet counts for all docs. (Ankur Goel, Greg Miller)
* LUCENE-10126: Sort optimization with a chunked bulk scorer
can wrongly skip documents (Nhat Nguyen, Mayya Sharipova)
* LUCENE-10134: ConcurrentSortedSetDocValuesFacetCounts shouldn't share liveDocs Bits across threads.
(Ankur Goel)
@ -462,6 +459,17 @@ Other
* LUCENE-10098: Add docs/links to GermanAnalyzer describing how to decompound nouns. (Robert Muir)
======================= Lucene 8.10.1 =======================
Bug Fixes
---------------------
* LUCENE-10119: Sort optimization with search_after can wrongly skip documents
whose values are equal to the last value of the previous page (Nhat Nguyen)
* LUCENE-10126: Sort optimization with a chunked bulk scorer
can wrongly skip documents (Nhat Nguyen, Mayya Sharipova)
======================= Lucene 8.10.0 =======================
API Changes
@ -584,9 +592,6 @@ Bug Fixes
* LUCENE-10106: Sort optimization can wrongly skip the first document of
each segment (Nhat Nguyen)
* LUCENE-10119: Sort optimization with search_after can wrongly skip documents
whose values are equal to the last value of the previous page (Nhat Nguyen)
Other
---------------------
(No changes)