You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Cassandra Targett (Jira)" <ji...@apache.org> on 2021/09/29 20:52:00 UTC

[jira] [Resolved] (SOLR-8751) SolrResourceLoader should be able to load content from blob store

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

Cassandra Targett resolved SOLR-8751.
-------------------------------------
    Resolution: Won't Fix

> 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
>            Priority: Major
>         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
(v8.3.4#803005)

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