SOLR-350 CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601980 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2007-12-07 04:22:44 +00:00
parent f14885cf0b
commit 161280adb0
1 changed files with 5 additions and 0 deletions

View File

@ -164,6 +164,11 @@ New Features
plugins. Plugins that implement SolrCoreAware or ResourceLoaderAware are
informed about the SolrCore/ResourceLoader. (Henri Biestro, ryan)
33. SOLR-350: Support multiple SolrCores running in the same solr instance. If a
multicore.xml file exists in solr.home, this file is used to instanciate
multiple cores and enables runtime core manipulation. For more informaion see:
http://wiki.apache.org/solr/MultiCore (Henri Biestro, ryan)
Changes in runtime behavior
Optimizations