Hi! I'm wondering if there's any possibility to tell the current collection to use a library stored in the blobstore using the solrconfig.xml instead of having to do a /config request.
Same way local filesystem libraries are added in solrconfig, it could exist for blobstore libraries. Since it's stored as an overlay property and merge in memory, not loaded until first request I think it's a reasonable approach or am I missing something? Thanks!