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

Henri Biestro commented on SOLR-350:
------------------------------------


I'm confused and dont see the dataDir element parsing you are referring to in 
solrconfig.xml; my current understanding is that the dataDir is deduced from 
the instance dir if not specified explicitly at core construction time. Are you 
proposing to add it (and/or instanceDir) to solrconfig.xml?

Anyway, the current patch code allows both dataDir & instanceDir to be 
specified as multicore & core attributes (and everything related to 
file/directory locations is contained within multicore.xml); it treats absolute 
directory specifications (ie starting with '/') as such, core specification 
having precedence over multicore.
If the core specified instanceDir is absolute, it is used as is and the dataDir 
is made relative to it if not absolute.
Otherwise, the instanceDir is relative to the multicore instanceDir; If the 
core specified dataDir is absolute, it is used as such otherwise the core 
dataDir is relative to the multicore dataDir.
When left unspecified, everything behaves relative to the multicore implied 
instanceDir or as current defaults.

If you still find this is a bad solution, I'm confident you & Ryan will agree 
on the good one; just let me know, I'll (try to) code it (if you want).

> 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