Skip to content

Commit 40cae08

Browse files
committed
Move lazy init facets from 10.0 to 9.11
1 parent c3b0e05 commit 40cae08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lucene/CHANGES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ Optimizations
152152

153153
* GITHUB#12372: Reduce allocation during HNSW construction (Jonathan Ellis)
154154

155-
* GITHUB#12408: Lazy initialization improvements for Facets implementations when there are segments with no hits
156-
to count. (Greg Miller)
157-
158155
* GITHUB#12552: Make FSTPostingsFormat load FSTs off-heap. (Tony X)
159156

160157
Bug Fixes
@@ -328,6 +325,9 @@ Optimizations
328325
* GITHUB#13321: Improve compressed int4 quantized vector search by utilizing SIMD inline with the decompression
329326
process. (Ben Trent)
330327

328+
* GITHUB#12408: Lazy initialization improvements for Facets implementations when there are segments with no hits
329+
to count. (Greg Miller)
330+
331331
Bug Fixes
332332
---------------------
333333

0 commit comments

Comments
 (0)