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:03:05 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x bf0f10d83 -> a9723cd25


SOLR-11836: Move CHANGES entry to the 7.6 section

(cherry picked from commit 60569fb)


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

Branch: refs/heads/branch_7x
Commit: a9723cd25298459db6d659a42d1f7b6c6c507139
Parents: bf0f10d
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:02:43 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a9723cd2/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 1c816dc..0e4a2a9 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -41,6 +41,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 ==================
 
@@ -297,9 +303,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