From 84785e8e45e9d319ad75a98bc955248ebc39953f Mon Sep 17 00:00:00 2001 From: Alan Woodward Date: Thu, 14 Mar 2019 10:57:23 +0000 Subject: [PATCH] LUCENE-8726: Changes entry --- lucene/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 954953164dd..c821eeb507d 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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