[
https://issues.apache.org/jira/browse/SOLR-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Biestro updated SOLR-350:
-------------------------------
Attachment: solr-350.patch
updated for trunk 611834;
improved code related to configuration wrt absolute/relative locations: allows
core dataDir/instanceDir to be absolute or relative to multicore (pseudo)
instanceDir/dataDir.
added a 'dataDir' attribute at the multicore.xml level so that all core data
directories can be made relative to it (when they are not absolute).
After much consideration, added CoreDescriptor/XmlWriter classes; the former
describe cores (makes it easier to manage/persist cores and eventually extend
behavior - variables...), the latter is (an overkill to) persist XML (ala java6
XmlWriter).
> 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
>
>
> 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.