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

Walter Ferrara commented on SOLR-350:
-------------------------------------

In my system (netbeans5.5/java1.6 on winxp), it seems to me that it look for 
multicore.xml in 2 places, both in solr/multicore.xml and in 
solr/conf/multicore.xml. (using the example dir, Multicore look for 
multicore.xml in solr/, while Dispatcher in solr/conf)

In MultiCore.java, a getCores() { return cores.keySet(); } would allow to 
retrieve all the cores registered in the server. 
This would allow an handler, for example, to dynamically retrieve all the cores 
(at least by their names) currently registered (SOLR-215 had this).

How replication will work with multicores? Every core will have different bin 
dirs (allowing different settings for each one), or replication binaries will 
replicate all cores (making replication much easier)?

Hope this patch get committed soon.
Have a nice day.


> 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
>
>
> 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