From fcfe9c0e433af8d15eb3a4c09fe98b9338782f46 Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Tue, 9 Jun 2015 14:06:41 +0000 Subject: [PATCH] SOLR-7616: move to 5.2.1 section in CHANGES.txt git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684427 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index ae5cd8c93cc..d7b18e22ccb 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -104,9 +104,6 @@ Bug Fixes * SOLR-7361: Slow loading SolrCores should not hold up all other SolrCores that have finished loading from serving requests. (Mark Miller, Timothy Potter, Ramkumar Aiyengar) -* SOLR-7616: Faceting on a numeric field with a unique() subfacet function on another numeric field - can result in incorrect results or an exception. (yonik) - * SOLR-7518: New Facet Module should respect shards.tolerant and process all non-failing shards instead of throwing an exception. (yonik) @@ -174,6 +171,10 @@ Bug Fixes * SOLR-7588: Fix javascript bug introduced by SOLR-7409 that breaks the dataimport screen in the admin UI. (Bill Bell via Shawn Heisey) +* SOLR-7616: Faceting on a numeric field with a unique() subfacet function on another numeric field + can result in incorrect results or an exception. (yonik) + + Other Changes ----------------------