You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2016/02/29 14:28:18 UTC

[jira] [Updated] (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 ]

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