a regression of SOLR-883 because of SOLR-943

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@776578 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2009-05-20 06:19:23 +00:00
parent 1516f18236
commit 89ec39c8c0
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ public class CoreAdminHandler extends RequestHandlerBase {
if (opts != null)
dcore.setDataDir(opts);
dcore.setCoreProperties(null);
SolrCore core = coreContainer.create(dcore);
coreContainer.register(name, core, false);
rsp.add("core", core.getName());