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

Noble Paul updated SOLR-8751:
-----------------------------
    Issue Type: Sub-task  (was: Task)
        Parent: SOLR-8773

> 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: Sub-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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to