mirror of https://github.com/apache/lucene.git
LUCENE-9024: CHANGES entry.
This commit is contained in:
parent
24134cf9b1
commit
f23d5c122a
|
@ -96,6 +96,10 @@ Optimizations
|
||||||
* LUCENE-8932: BKDReader's index is now stored off-heap when the IndexInput is
|
* LUCENE-8932: BKDReader's index is now stored off-heap when the IndexInput is
|
||||||
an instance of ByteBufferIndexInput. (Jack Conradson via Adrien Grand)
|
an instance of ByteBufferIndexInput. (Jack Conradson via Adrien Grand)
|
||||||
|
|
||||||
|
* LUCENE-9024: IntroSelector now falls back to the median of medians algorithm
|
||||||
|
instead of sorting when the maximum recursion level is exceeded, providing
|
||||||
|
better worst-case runtime. (Paul Sanwald via Adrien Grand)
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
* LUCENE-9001: Fix race condition in SetOnce. (Przemko Robakowski)
|
* LUCENE-9001: Fix race condition in SetOnce. (Przemko Robakowski)
|
||||||
|
|
Loading…
Reference in New Issue