SOLR-6347: Fixing CHANGES.txt entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1617972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Anshum Gupta 2014-08-14 15:19:03 +00:00
parent a13df9ace6
commit b0f63241dc
1 changed files with 2 additions and 1 deletions

View File

@ -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)