mirror of https://github.com/apache/lucene.git
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:
parent
d97804d8f5
commit
24ef016c87
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue