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/27 03:19:18 UTC

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

Noble Paul created SOLR-8751:
--------------------------------

             Summary: 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


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