Add changes entry for #11985

This commit is contained in:
Luca Cavanna 2022-11-30 10:13:00 +01:00
parent 343d888b30
commit bd168ac2a8
1 changed files with 3 additions and 0 deletions

View File

@ -145,6 +145,9 @@ Improvements
* GITHUB#687: speed up IndexSortSortedNumericDocValuesRangeQuery#BoundedDocIdSetIterator
construction using bkd binary search. (Jianping Weng)
* GITHUB#11985: ExitableTerms to override Terms#getMin and Terms#getMax in order to avoid
iterating through the terms when the wrapped implementation caches such values. (Luca Cavanna)
Bug Fixes
---------------------
* GITHUB#11726: Indexing term vectors on large documents could fail due to