Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ Optimizations

Bug Fixes
---------------------
* GITHUB#16367: HNSW graph construction now periodically checks whether the surrounding merge has
been aborted, so IndexWriter#rollback and abortMerges no longer block until the entire graph is
built. (Jeho Jeong)

* GITHUB#14049: Randomize KNN codec params in RandomCodec. Fixes scalar quantization div-by-zero
when all values are identical. (Mike Sokolov)

Expand Down Expand Up @@ -390,6 +386,10 @@ Bug Fixes
* GITHUB#16389: Fix double-counting of the underlying Automaton in
AutomatonQuery#ramBytesUsed. (Sasilekha R)

* GITHUB#16367: HNSW graph construction now periodically checks whether the surrounding merge has
been aborted, so IndexWriter#rollback and abortMerges no longer block until the entire graph is
built. (Jeho Jeong)

Other
---------------------
* GITHUB#16266: Remove deprecated search(Query, Collector) calls in QueryUtils by replacing
Expand Down
Loading