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 "Henri Biestro (JIRA)" <ji...@apache.org> on 2008/08/22 16:16:44 UTC

[jira] Created: (SOLR-715) CoreDescriptor should fully describe what is necessary to create/re-create a SolrCore

CoreDescriptor should fully describe what is necessary to create/re-create a SolrCore
-------------------------------------------------------------------------------------

                 Key: SOLR-715
                 URL: https://issues.apache.org/jira/browse/SOLR-715
             Project: Solr
          Issue Type: Improvement
    Affects Versions: 1.3
            Reporter: Henri Biestro
            Priority: Minor


Before core 'aliasing' was introduced, the following were true:
There is one CoreDescriptor per SolCore
The SolrDescriptor fully describes the data needed to create/re-create a SolrCore.

The CoreDescriptor does not fully describe the data needed to create/re-create a SolrCore since only the 'name' (aka the 1st alias) is used in the CoreDescirptor constructor..
It is then not possible anymore to create dynamically a SolrCore with multiple aliases.



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


[jira] Closed: (SOLR-715) CoreDescriptor should fully describe what is necessary to create/re-create a SolrCore

Posted by "Henri Biestro (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Biestro closed SOLR-715.
------------------------------

    Resolution: Incomplete

Not proper scope, will reformulate

> CoreDescriptor should fully describe what is necessary to create/re-create a SolrCore
> -------------------------------------------------------------------------------------
>
>                 Key: SOLR-715
>                 URL: https://issues.apache.org/jira/browse/SOLR-715
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 1.3
>            Reporter: Henri Biestro
>            Priority: Minor
>
> Before core 'aliasing' was introduced, the following were true:
> There is one CoreDescriptor per SolCore
> The SolrDescriptor fully describes the data needed to create/re-create a SolrCore.
> The CoreDescriptor does not fully describe the data needed to create/re-create a SolrCore since only the 'name' (aka the 1st alias) is used in the CoreDescirptor constructor..
> It is then not possible anymore to create dynamically a SolrCore with multiple aliases.

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