Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by HossMan: http://wiki.apache.org/solr/CoreAdmin The comment on the change is: multicore.xml->solr.xml ------------------------------------------------------------------------------ == CREATE == Creates a new core and register it. - If persistence is enabled (persist=true), the configuration for this new core will be saved in 'multicore.xml'. + If persistence is enabled (persist=true), the configuration for this new core will be saved in 'solr.xml'. If a core with the same name exists, while the "new" created core is initalizing, the "old" one will continue to accept requests. Once it has finished, all new request will go to the "new" core, and the "old" core will be unloaded.
