default is no longer a multicore concept

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@650331 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2008-04-22 00:34:06 +00:00
parent d97804d8f5
commit 24ef016c87
1 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@
sharedLib: path to a lib directory that will be shared across all cores
-->
<multicore adminPath="/admin/multicore" persistent="true" >
<core name="core0" instanceDir="core0" default="true"/>
<core name="core1" instanceDir="core1"/>
<core name="core0" instanceDir="core0" />
<core name="core1" instanceDir="core1" />
</multicore>