LUCENE-9536: CHANGES entry.

This commit is contained in:
Adrien Grand 2020-11-02 16:46:45 +01:00
parent 8f004f7a38
commit 2a2e612db0
1 changed files with 6 additions and 0 deletions

View File

@ -218,6 +218,12 @@ Improvements
* LUCENE-9455: ExitableTermsEnum should sample timeout and interruption * LUCENE-9455: ExitableTermsEnum should sample timeout and interruption
check before calling next(). (Zach Chen via Bruno Roustant) check before calling next(). (Zach Chen via Bruno Roustant)
Optimizations
---------------------
* LUCENE-9536: Reduced memory usage for OrdinalMap when a segment has all
values. (Julie Tibshirani via Adrien Grand)
======================= Lucene 8.7.0 ======================= ======================= Lucene 8.7.0 =======================
API Changes API Changes