mirror of https://github.com/apache/lucene.git
Add CHANGES entry for 8.10.1
This commit is contained in:
parent
c1fe9efb4b
commit
6f232b6f4b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue