You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2008/08/14 01:58:44 UTC

[jira] Updated: (SOLR-695) Make "single core" solr equivolent to "multicore" with a single configured core.

     [ https://issues.apache.org/jira/browse/SOLR-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley updated SOLR-695:
-------------------------------

    Attachment: SOLR-695-no-singlecore.patch

Here is a patch (with loads of help from Henri) that gets rid of the "singlecore" concept.  Single core is now a CoreContainer with one Core registered to the name ""

The one functional change in this patch is that it adds a "managementPath" in the <solr/cores> xml configuration.  This gives a way to access other cores when a core is registered to ""

> Make "single core" solr equivolent to "multicore" with a single configured core.
> --------------------------------------------------------------------------------
>
>                 Key: SOLR-695
>                 URL: https://issues.apache.org/jira/browse/SOLR-695
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 1.3
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>             Fix For: 1.3
>
>         Attachments: SOLR-695-no-singlecore.patch
>
>
> Multicore vs single core configuration has caused a lot of confusion.
> To limit this confusion, I think we should:
> 1. rename MultiCore to CoreContainer  (SOLR-689)
> 2. always register CoreContainer and include all valid cores within it.

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