Doug - I had this same problem today.  If you look at my post from earlier 
today you will see the problem.  You will need to adjust the solr.data.dir 
value in the solrconfig.xml.

Maybe this also needs to be changed in the example solrconfig.xml document?

Andrew

> -----Original Message-----
> From: Doug Steigerwald [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 13, 2008 2:53 PM
> To: solr-user@lucene.apache.org
> Subject: more multicore fun
>
> 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