[
https://issues.apache.org/jira/browse/SOLR-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614111#action_12614111
]
Ryan McKinley commented on SOLR-637:
------------------------------------
Assuming your solrconfig.xml includes ${solr.data.dir}, that method shoudl work
fine. Note that if every solrconfig,xml uses ${solr.data.dr}, they will all
point to the same index!
if the dataDir attribute is specified in the core descriptor, that will have
precidence
<core name="core0" instanceDir="${root.dir}/core0" dataDir="some other path" />
let me know if that does not work...
> multicore ignores -Dsolr.data.dir=<dir>
> ---------------------------------------
>
> Key: SOLR-637
> URL: https://issues.apache.org/jira/browse/SOLR-637
> Project: Solr
> Issue Type: Bug
> Affects Versions: 1.3
> Environment: linux x86_64 rhel ibm-java-6 prepackaged jetty
> solr snapshot 7-15-2008
> Reporter: Jerry Quinn
>
> If I want to set a directory for index data combined with multicore, I can't
> do it this way. If it worked, I'd expect to see something like:
> <dir>/core0/index
> <dir>/core1/index
> ...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.