From f608026e44610a5d2c17001a960cef9c5d283f4e Mon Sep 17 00:00:00 2001 From: Erick Erickson Date: Thu, 21 Aug 2014 16:16:58 +0000 Subject: [PATCH] SOLR-6314: updated bug title to be more accurate and include Vamsee in credits, all in CHNAGES.txt. No code changes git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619470 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 0c2af1e5271..4b8ea7bfbb5 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -295,7 +295,8 @@ Bug Fixes * SOLR-6338: coreRootDirectory requires trailing slash, or SolrCloud cores are created in wrong location. (Primož Skale via Erick Erickson) -* SOLR-6314: Multi-threaded facet counts differ when SolrCloud has >1 shard (Erick Erickson) +* SOLR-6314: Facet counts duplicated in the response if specified more than once on the request. + (Vamsee Yarlagadda, Erick Erickson) * SOLR-6378: Fixed example/example-DIH/ issues with "tika" and "solr" configurations, and tidied up README.txt (Daniel Shchyokin via ehatcher)