Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-8773 Make blob store usage intuitive and robust
  3. SOLR-8751

SolrResourceLoader should be able to load content from blob store

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • None
    • None

    Description

      blob store is not necessarily available at the core load time. So it may require a new method to load such content.

      //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"
      
        }
      

      Attachments

        1. SOLR-8751.patch
          14 kB
          Noble Paul

        Issue Links

          Activity

            People

              noble.paul Noble Paul
              noble.paul Noble Paul
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: