You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2018/09/22 00:01:52 UTC

lucene-solr:master: SOLR-11836: Move CHANGES entry to the 7.6 section

Repository: lucene-solr
Updated Branches:
  refs/heads/master 4bcace571 -> 60569fbe4


SOLR-11836: Move CHANGES entry to the 7.6 section


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/60569fbe
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/60569fbe
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/60569fbe

Branch: refs/heads/master
Commit: 60569fbe4e8e9f9f9d57da9bf2570f847a26965c
Parents: 4bcace5
Author: Varun Thacker <va...@apache.org>
Authored: Fri Sep 21 17:01:37 2018 -0700
Committer: Varun Thacker <va...@apache.org>
Committed: Fri Sep 21 17:01:37 2018 -0700

----------------------------------------------------------------------
 solr/CHANGES.txt | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/60569fbe/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ee1d7b7..0f97dcf 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