[ 
https://issues.apache.org/jira/browse/SOLR-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614338#action_12614338
 ] 

Yonik Seeley commented on SOLR-638:
-----------------------------------

Check out SOLR-561, it adds a pointer from the SolrCore to it's CoreDescriptor, 
uses a CoreDescriptor even for a single core (+ the ability to reload it), and 
the CoreDescriptor now has a pointer to it's MultiCore instance.  We could add 
a getter to that.... so it would be something like 
core.getCoreDescriptor().getMulticore()


> Allow static access to MultiCore
> --------------------------------
>
>                 Key: SOLR-638
>                 URL: https://issues.apache.org/jira/browse/SOLR-638
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>            Priority: Minor
>
> We need some way to let custom plugins have access to MultiCore.
> With spring, this would be easy, but short of that a static access variable 
> will work for now.
> This static access should be removed when something else is possible.

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