mirror of https://github.com/apache/lucene.git
Add changes entry for #11985
This commit is contained in:
parent
343d888b30
commit
bd168ac2a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue