id author title date pages extension mime words sentences flesch summary cache txt lucene-apache-org-1762 Configsets API | Apache Solr Reference Guide 8.6.1 .html text/html 1946 242 51 Configsets API | Apache Solr Reference Guide 8.6.1 The Configsets API enables you to upload new configsets to ZooKeeper, create, and delete configsets when Solr is running SolrCloud mode. Solr ships with two example configsets (_default and sample_techproducts_configs) which can be used when creating collections. This API can only be used with Solr running in SolrCloud mode. If you are not running Solr in SolrCloud mode but would still like to use shared configurations, please see the section Configsets. If you use any of these parameters or features, you must have enabled security features in your Solr installation and you must upload the configset as an authenticated user. $ (cd server/solr/configsets/sample_techproducts_configs/conf && zip -r *) | curl -X POST --header "Content-Type:application/octet-stream" --data-binary @"http://localhost:8983/solr/admin/configs?action=UPLOAD&name=myConfigSet" http://localhost:8983/solr/admin/configs?action=CREATE&name=myConfigSet&baseConfigSet=predefinedTemplate&configSetProp.immutable=false&wt=xml&omitHeader=true With the v2 API, the create command is provided as part of the JSON data that contains the required parameters: ./cache/lucene-apache-org-1762.html ./txt/lucene-apache-org-1762.txt