LUCENE-9024: CHANGES entry.

This commit is contained in:
Adrien Grand 2019-10-29 09:23:24 +01:00
parent 24134cf9b1
commit f23d5c122a
1 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,10 @@ Optimizations
* LUCENE-8932: BKDReader's index is now stored off-heap when the IndexInput is
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
* LUCENE-9001: Fix race condition in SetOnce. (Przemko Robakowski)