[
https://issues.apache.org/jira/browse/SOLR-8751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-8751:
-----------------------------
Summary: SolrResourceLoader should be able to load content from blob store
(was: ResourceLoader should be able to load content from blob store)
> SolrResourceLoader should be able to load content from blob store
> -----------------------------------------------------------------
>
> Key: SOLR-8751
> URL: https://issues.apache.org/jira/browse/SOLR-8751
> Project: Solr
> Issue Type: Task
> Reporter: Noble Paul
> Assignee: Noble Paul
> Attachments: SOLR-8751.patch
>
>
> blob store is not necessarily available at the core load time. So it may
> require a new method to load such content.
> {code}
> //add a new method to SolrResourceLoader
> public void openResource(String resource , Callable<InputStream> callback) {
> //todo implement this to load from blob store , if resource name is
> prefixed with "blob:" , example: "blob:mysynonymys/1"
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]