On 4/26/2018 10:16 AM, THADC wrote:
I am pretty certain I created it because when I execute the request to list
all configsets:

http://localhost:8983/solr/admin/configs?action=LIST

, I see my configset in the response:

{
"responseHeader":{
"status":0,
"QTime":1},
"configSets":["_default",
"mySolrCloudConfigSet"]
}

be able to find the configset on the filesystem so I can update the
schema.xml file with my system's customizations.

I would be grateful for any ideas. Thanks

In SolrCloud mode, active configs are in zookeeper, not on the disk.  This is not new behavior.  It has always worked this way.

When you use the CREATE action on the configset API, you are creating a new configset in zookeeper.  You will not find it on the disk.

https://lucene.apache.org/solr/guide/7_0/configsets-api.html#configsets-create

Thanks,
Shawn

Reply via email to