Description
Managing Solr configuration files on zookeeper becomes cumbersome while using solr in cloud mode, especially while trying out changes in the configurations.
It will be great if there is a request handler that can provide an API to manage the configurations similar to the collections handler that would allow actions like uploading new configurations, linking them to a collection, deleting configurations, etc.
example :
#use the following command to upload a new configset called mynewconf. This will fail if there is alredy a conf called 'mynewconf'. The file could be a jar , zip or a tar file which contains all the files for the this conf. curl -X POST -H 'Content-Type: application/octet-stream' --data-binary @testconf.zip http://localhost:8983/solr/admin/configs/mynewconf?sig=<the-signature>
A GET to http://localhost:8983/solr/admin/configs will give a list of configs available
A GET to http://localhost:8983/solr/admin/configs/mynewconf would give the list of files in mynewconf
Attachments
Attachments
Issue Links
- causes
-
SOLR-14059 Consolidate configSet properties and flags
- Open
- is related to
-
SOLR-7763 Solr website: In the Docs section of the Resource page, invisible release docs text and missing link
- Closed
-
SOLR-4193 A ZooKeeper RequestHandler that allows you to post config files to a collections linked config set or a specific config set.
- Open
-
SOLR-10391 ConfigSet overwrite
- Closed
-
SOLR-4052 Upload files to ZooKeeper from Solr Admin interface
- Open
-
SOLR-8378 Add upconfig and downconfig commands to the bin/solr script
- Closed
- relates to
-
SOLR-8054 Add a GET command to ConfigSets API
- Open