LUCENE-8726: Changes entry

This commit is contained in:
Alan Woodward 2019-03-14 10:57:23 +00:00
parent d19dcb4ff0
commit 84785e8e45
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ Bug fixes
* LUCENE-8720: NameIntCacheLRU (in the facets module) had an int
overflow bug that disabled cleaning of the cache (Russell A Brown)
* LUCENE-8726: ValueSource.asDoubleValuesSource() could leak a reference to
IndexSearcher (Alan Woodward, Yury Pakhomov)
Improvements
* LUCENE-8673: Use radix partitioning when merging dimensional points instead