Skip to content

Commit 0eabc48

Browse files
committed
Move changes entry to 10x. #15120.
1 parent bfdbac3 commit 0eabc48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lucene/CHANGES.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ Bug Fixes
7979
* GITHUB#14847: Allow Faiss vector format to index >2GB of vectors per-field per-segment by using MemorySegment APIs
8080
(instead of ByteBuffer) to copy bytes to native memory. (Kaival Parikh)
8181

82-
* GITHUB#15120: Add estimatedByteSizes to merges kicked off by IndexWriter.addIndexes(CodecReader[]) (Craig Perkins)
83-
8482
Changes in Runtime Behavior
8583
---------------------
8684
* GITHUB#14187: The query cache is now disabled by default. (Adrien Grand)
@@ -284,6 +282,10 @@ Changes in Runtime Behavior
284282

285283
Bug Fixes
286284
---------------------
285+
286+
* GITHUB#15120: Add estimatedByteSizes to merges kicked off by
287+
IndexWriter.addIndexes(CodecReader[]) (Craig Perkins)
288+
287289
* GITHUB*15025: flush segments in addIndexes, not in addIndexesReaderMerge;
288290
reduces extra needless merge activity
289291

0 commit comments

Comments
 (0)