From b0f63241dc95cafc7e489290421a4e408b8d9ccd Mon Sep 17 00:00:00 2001 From: Anshum Gupta Date: Thu, 14 Aug 2014 15:19:03 +0000 Subject: [PATCH] SOLR-6347: Fixing CHANGES.txt entry git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1617972 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 1a9d5cfd608..4f2082d25dd 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -264,7 +264,8 @@ Bug Fixes * SOLR-6336: DistributedQueue can easily create too many ZooKeeper Watches. (Ramkumar Aiyengar via Mark Miller) -* SOLR-6347: DELETEREPLICA throws a NPE while removing the last Replica in a Custom sharded collection. +* SOLR-6347: DELETEREPLICA throws a NPE while removing the last Replica in a Custom + sharded collection. (Anshum Gupta) * SOLR-6062: Fix undesirable edismax query parser effect (introduced in SOLR-2058) in how phrase queries generated from pf, pf2, and pf3 are merged into the main query. (Michael Dodsworth via ehatcher)