mirror of https://github.com/apache/lucene.git
Move CHANGES entry for GITHUB#12408 under 10.0
A backport to 9.x will be somewhat tricky with the API surface area so planning to wait for a 10.0 release.
This commit is contained in:
parent
179b45bc23
commit
87944c2aa7
|
@ -84,6 +84,9 @@ Optimizations
|
||||||
|
|
||||||
* GITHUB#12372: Reduce allocation during HNSW construction (Jonathan Ellis)
|
* GITHUB#12372: Reduce allocation during HNSW construction (Jonathan Ellis)
|
||||||
|
|
||||||
|
* GITHUB#12408: Lazy initialization improvements for Facets implementations when there are segments with no hits
|
||||||
|
to count. (Greg Miller)
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
@ -161,9 +164,6 @@ Optimizations
|
||||||
|
|
||||||
* GITHUB#12453: Faster bulk numeric reads from BufferedIndexInput (Armin Braun)
|
* GITHUB#12453: Faster bulk numeric reads from BufferedIndexInput (Armin Braun)
|
||||||
|
|
||||||
* GITHUB#12408: Lazy initialization improvements for Facets implementations when there are segments with no hits
|
|
||||||
to count. (Greg Miller)
|
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue