You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Ishan Chattopadhyaya (Jira)" <ji...@apache.org> on 2020/07/07 00:53:00 UTC

[jira] [Updated] (SOLR-14311) Shared schema should not have access to core level classes

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

Ishan Chattopadhyaya updated SOLR-14311:
----------------------------------------
    Fix Version/s:     (was: 8.6)

> Shared schema should not have access to core level classes
> ----------------------------------------------------------
>
>                 Key: SOLR-14311
>                 URL: https://issues.apache.org/jira/browse/SOLR-14311
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Noble Paul
>            Assignee: David Smiley
>            Priority: Major
>
> When a schema is shared, it should not have access to the classes of a specific core. The core may come and go but the shared schema may continue tolive . So how do we implement that?
> If a schema is shared, create a new {{SolrResourceLoader}} specifically for that schema object. The classpath should be the same as the classpath for the SRL in {{CoreContainer}}. As and when we implement loading schema plugins from packages, they too should be accessible. The SRL created for this schema should be able to load resources from ZK in the path {{/configs/<configset-name>}}. This SRL should be discarded when the schema no destroyed



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org