File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,10 +187,6 @@ Optimizations
187187
188188Bug Fixes
189189---------------------
190- * GITHUB#16367: HNSW graph construction now periodically checks whether the surrounding merge has
191- been aborted, so IndexWriter#rollback and abortMerges no longer block until the entire graph is
192- built. (Jeho Jeong)
193-
194190* GITHUB#14049: Randomize KNN codec params in RandomCodec. Fixes scalar quantization div-by-zero
195191 when all values are identical. (Mike Sokolov)
196192
@@ -390,6 +386,10 @@ Bug Fixes
390386* GITHUB#16389: Fix double-counting of the underlying Automaton in
391387 AutomatonQuery#ramBytesUsed. (Sasilekha R)
392388
389+ * GITHUB#16367: HNSW graph construction now periodically checks whether the surrounding merge has
390+ been aborted, so IndexWriter#rollback and abortMerges no longer block until the entire graph is
391+ built. (Jeho Jeong)
392+
393393Other
394394---------------------
395395* GITHUB#16266: Remove deprecated search(Query, Collector) calls in QueryUtils by replacing
You can’t perform that action at this time.
0 commit comments