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
Attachments
Issue Links
- is related to
-
SOLR-12257 Remove documentation of ZooKeeper sysprop jute.maxbuffer once the blob store is a viable alternative for storing/loading large configuration files everywhere in Solr
- Resolved
- is required by
-
SOLR-9175 classes referenced in schema.xml should also support loading from the blob store
- Resolved