Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ Optimizations
* GITHUB#15938: Optimize ReaderUtil#partitionByLeaf to use binary search on leaf
boundaries instead of linear scan. (Greg Miller)

* GITHUB#15970: Reduce memory usage of fields with long terms during segment merges. (Alan Woodward)
* GITHUB#15970, GITHUB#15977: Speed up TrieBuilder and reduce its memory footprint by replacing the in-memory object
tree with a compact prefix-coded byte buffer. (Alan Woodward, Guo Feng)

Bug Fixes
---------------------
Expand Down
Loading
Loading