Author: ryan
Date: Thu Dec 6 20:22:44 2007
New Revision: 601980
URL: http://svn.apache.org/viewvc?rev=601980&view=rev
Log:
SOLR-350 CHANGES.txt
Modified:
lucene/solr/trunk/CHANGES.txt
Modified: lucene/solr/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=601980&r1=601979&r2=601980&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Thu Dec 6 20:22:44 2007
@@ -164,6 +164,11 @@
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