From 60569fbe4e8e9f9f9d57da9bf2570f847a26965c Mon Sep 17 00:00:00 2001 From: Varun Thacker Date: Fri, 21 Sep 2018 17:01:37 -0700 Subject: [PATCH] SOLR-11836: Move CHANGES entry to the 7.6 section --- solr/CHANGES.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index ee1d7b72b2d..0f97dcf5387 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -101,6 +101,12 @@ Other Changes * SOLR-12762: Fix javadoc for SolrCloudTestCase.clusterShape() method and add a method that validates only against Active slices (Anshum Gupta) +Bug Fixes +---------------------- + +* SOLR-11836: FacetStream works with bucketSizeLimit of -1 which will fetch all the buckets. + (Alfonso Muñoz-Pomer Fuentes, Amrit Sarkar via Varun Thacker) + ================== 7.5.0 ================== @@ -357,9 +363,6 @@ Bug Fixes * SOLR-12733: SolrMetricReporterTest failure (Erick Erickson, David Smiley) -* SOLR-11836: FacetStream works with bucketSizeLimit of -1 which will fetch all the buckets. - (Alfonso Muñoz-Pomer Fuentes, Amrit Sarkar via Varun Thacker) - * SOLR-12765: Incorrect format of JMX cache stats. (Bojan Smid, ab) Optimizations