[
https://issues.apache.org/jira/browse/SOLR-8751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15171861#comment-15171861
]
Noble Paul commented on SOLR-8751:
----------------------------------
First cut , with no tests
> ResourceLoader 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]