OK. Last question for a while (hopefully), but something else with multicore seems to be wrong.

<solr persistent="true">
  <cores adminPath="/admin/multicore">
    <core name="core0" instanceDir="core0"/>
    <core name="core1" instanceDir="core1"/>
  </cores>
</solr>

$ java -jar start.jar
...
INFO: [core0] Opening new SolrCore at solr/core0/, dataDir=./solr/data/
...
INFO: [core1] Opening new SolrCore at solr/core1/, dataDir=./solr/data/
...

The instanceDir seems to be fine, but the dataDir isn't being set correctly. The dataDir is actually example/solr/data instead of example/solr/core{0|1}/data.

http://localhost:8983/solr/admin/multicore shows the exact same path to the index for both cores. Am I missing something that the example multicore config doesn't use?

Thanks.
Doug

Reply via email to