mirror of https://github.com/apache/lucene.git
Update CHANGES entry for 8.10.1
This commit is contained in:
parent
c94aca7e5d
commit
ed69f6080f
|
@ -439,9 +439,6 @@ Optimizations
|
|||
Bug Fixes
|
||||
---------------------
|
||||
|
||||
* LUCENE-10110: MultiCollector now handles single leaf collector that wants to skip low-scoring hits
|
||||
but the combined score mode doesn't allow it. (Jim Ferenczi)
|
||||
|
||||
* LUCENE-10111: Missing calculating the bytes used of DocsWithFieldSet in NormValuesWriter.
|
||||
(Lu Xugang)
|
||||
|
||||
|
@ -468,6 +465,9 @@ Other
|
|||
Bug Fixes
|
||||
---------------------
|
||||
|
||||
* LUCENE-10110: MultiCollector now handles single leaf collector that wants to skip low-scoring hits
|
||||
but the combined score mode doesn't allow it. (Jim Ferenczi)
|
||||
|
||||
* 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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue