mirror of https://github.com/apache/lucene.git
LUCENE-9536: CHANGES entry.
This commit is contained in:
parent
8f004f7a38
commit
2a2e612db0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue