[ 
https://issues.apache.org/jira/browse/SOLR-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565138#action_12565138
 ] 

Ryan McKinley commented on SOLR-350:
------------------------------------

Apologies for the lack of input, I've been too sick to follow this thread.

Henri - the <dataDir> element is in solrconfig.xml -- check the example config, 
it lists:
{code:xml}
 <dataDir>${solr.data.dir:./solr/data}</dataDir>
{code}

I'm a bit torn on the proper direction from here - the flexibility of setting 
the dataDir from multicore.xml is really nice, it makes it really easy to share 
all the same configs, but change the data directory.  However, if the dataDir 
is set in solrconfig,xml, what about the existing <datadir> within 
solrconfig.xml?

The properties/variables solution seems interesting, but more then I think we 
need to take on right now.

I'll post an updated patch that removes all dataDir configuration and then we 
can work from there.


> Manage Multiple SolrCores
> -------------------------
>
>                 Key: SOLR-350
>                 URL: https://issues.apache.org/jira/browse/SOLR-350
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 1.3
>            Reporter: Ryan McKinley
>         Attachments: SOLR-350-MultiCore.patch, SOLR-350-MultiCore.patch, 
> SOLR-350-MultiCore.patch, SOLR-350-Naming.patch, SOLR-350-Naming.patch, 
> solr-350.patch, solr-350.patch, solr-350.patch, solr-350.patch, 
> solr-350.patch, solr-350.patch, solr-350.patch, solr-350.patch
>
>
> In SOLR-215, we enabled support for more then one SolrCore - but there is no 
> way to use them yet.
> We need to make some interface to manage, register, modify avaliable SolrCores

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to