You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2019/03/14 10:57:53 UTC

[lucene-solr] branch branch_8x updated: LUCENE-8726: Changes entry

This is an automated email from the ASF dual-hosted git repository.

romseygeek pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 003edaf  LUCENE-8726: Changes entry
003edaf is described below

commit 003edafdc84f33cc8f03258309fadbd07238c861
Author: Alan Woodward <ro...@apache.org>
AuthorDate: Thu Mar 14 10:57:23 2019 +0000

    LUCENE-8726: Changes entry
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 41b46d8..4f19cc9 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -13,6 +13,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