From 161280adb074b62cabacb1aabc439c26c59c47d7 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Fri, 7 Dec 2007 04:22:44 +0000 Subject: [PATCH] SOLR-350 CHANGES.txt git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601980 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 954c457f7fd..b7e5fc86a3a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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