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/11 19:38:27 UTC

lucene-solr:branch_7x: SOLR-11836: add all contributors for the patch

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 724c078c4 -> 1c493552a


SOLR-11836: add all contributors for the patch

(cherry picked from commit 2b553f0)


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

Branch: refs/heads/branch_7x
Commit: 1c493552a23741c4c2319ca35e5018603853db46
Parents: 724c078
Author: Varun Thacker <va...@apache.org>
Authored: Tue Sep 11 12:37:35 2018 -0700
Committer: Varun Thacker <va...@apache.org>
Committed: Tue Sep 11 12:38:24 2018 -0700

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1c493552/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2524f62..28100be 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -285,7 +285,7 @@ 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 via Varun Thacker)
+  (Alfonso Muñoz-Pomer Fuentes, Amrit Sarkar via Varun Thacker)
 
 Optimizations
 ----------------------