[
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
changed persistence to use o.a.s.common.util.XML (removed XmlWriter);
updated multicore params/solrj to reflect full set of core creation parameters;
modified multicore tests to use a clean copy of multicore.xml
(multicore-base.xml) before running and made dataDir point to ${CWD}/solr-350
to avoid environment pollution;
patch produced on Solaris 10 by:
svn diff --diff-cmd /usr/local/bin/diff -x "-w -B -b -E -d -N -u" >
~/solr-350.patch
can be applied with:
/usr/local/bin/patch -u -p 0 < ~/solr-350.patch
> 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
>
>
> 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.