Skip to content

Commit 37ab3c3

Browse files
committed
fix changes entry for #14373
1 parent 9272d4d commit 37ab3c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lucene/CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Optimizations
3535
---------------------
3636
* GITHUB#14011: Reduce allocation rate in HNSW concurrent merge. (Viliam Durina)
3737
* GITHUB#14022: Optimize DFS marking of connected components in HNSW by reducing stack depth, improving performance and reducing allocations. (Viswanath Kuchibhotla)
38-
* GITHUB#14373: Optimized `ParallelLeafReader` to improve term vector fetching efficiency.
3938

4039
Bug Fixes
4140
---------------------
@@ -199,6 +198,8 @@ Optimizations
199198

200199
* GITHUB#14383: Use FixedLengthBytesRefArray in OneDimensionBKDWriter to hold split values. (Ignacio Vera)
201200

201+
* GITHUB#14373: Optimized `ParallelLeafReader` to improve term vector fetching efficiency. (Divyansh Agrawal)
202+
202203
Bug Fixes
203204
---------------------
204205

0 commit comments

Comments
 (0)