Description
The solrconfig APIs ( SOLR-6607) now allow registering components through API. SOLR-6787 will support for blob storage.
Jars should be able to be loaded from blobs
example
curl http://localhost:8983/solr/gettingstarted/config -H "Content-Type: application/json" -d '{ "create-requesthandler" : {"name" : "/mypath" , "class":"org.apache.solr.handler.DumpRequestHandler", "lib" : "mycomponent", "version":2} }'