Hi Vinci,
Q1. I don't know how to set the path...WHERE should I put the core1 and core0 folder? somewhare in the solr/home or somewhere in webapps?, and make the admin panel working?
for the multicore.xml <multicore adminPath="/admin/multicore" persistent="true" > <core name="core1" instanceDir="core1" default="true"/> <core name="core2" instanceDir="core2" /> </multicore> the directory structure is as follows:
solr.home |---- core1 |--- conf |--- *.xml |---- core2 |--- conf |--- *.xml |---- multicore.xml
Q2 how can I disable the multicore function when multicore.xml exist? just remove the second core?
Remove the second core or de-register the second core upon start up. Hope it helps Trung