spell fix

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1183123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2011-10-13 21:52:31 +00:00
parent c6aed1da47
commit ddbbab534c
1 changed files with 1 additions and 1 deletions

View File

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