Skip to content

Commit 99fc6a1

Browse files
authored
Move the GITHUB#16367 CHANGES entry to the 10.6.0 section (#16393)
1 parent 68f14a9 commit 99fc6a1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lucene/CHANGES.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,6 @@ Optimizations
187187

188188
Bug 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+
393393
Other
394394
---------------------
395395
* GITHUB#16266: Remove deprecated search(Query, Collector) calls in QueryUtils by replacing

0 commit comments

Comments
 (0)