From ddbbab534c75b67e53bcd3ed0c203bf2a484d97b Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Thu, 13 Oct 2011 21:52:31 +0000 Subject: [PATCH] spell fix git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1183123 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 1911cbdcf3e..dee250acf91 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -86,7 +86,7 @@ New Features DirectSpellChecker to retrieve correction candidates directly from the term dictionary using levenshtein automata. (James Dyer, rmuir) -* SOLR-1873: SolrCloud - added shared/central config and core/shard managment via zookeeper, +* SOLR-1873: SolrCloud - added shared/central config and core/shard management via zookeeper, built-in load balancing, and infrastructure for future SolrCloud work. (yonik, Mark Miller) Additional Work: SOLR-2324: SolrCloud solr.xml parameters are not persisted by CoreContainer.