File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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-
8482Changes 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
285283Bug 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
You can’t perform that action at this time.
0 commit comments