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
79
79
* GITHUB#14847: Allow Faiss vector format to index >2GB of vectors per-field per-segment by using MemorySegment APIs
80
80
(instead of ByteBuffer) to copy bytes to native memory. (Kaival Parikh)
81
81
82
- * GITHUB#15120: Add estimatedByteSizes to merges kicked off by IndexWriter.addIndexes(CodecReader[]) (Craig Perkins)
83
-
84
82
Changes in Runtime Behavior
85
83
---------------------
86
84
* GITHUB#14187: The query cache is now disabled by default. (Adrien Grand)
@@ -284,6 +282,10 @@ Changes in Runtime Behavior
284
282
285
283
Bug Fixes
286
284
---------------------
285
+
286
+ * GITHUB#15120: Add estimatedByteSizes to merges kicked off by
287
+ IndexWriter.addIndexes(CodecReader[]) (Craig Perkins)
288
+
287
289
* GITHUB*15025: flush segments in addIndexes, not in addIndexesReaderMerge;
288
290
reduces extra needless merge activity
289
291
You can’t perform that action at this time.
0 commit comments