Hello,
I am migrating from solr 4.7 to solr cloud 7.3.0. I am trying to create a
new custom configset set based on a default (_default) that came with the
installation. I followed the instructions and used the following call:

http://localhost:8983/solr/admin/configs?action=CREATE&name=mySolrCloudConfigSet&baseConfigSet=_default

,getting the following response:

{
"responseHeader":{
"status":0,
"QTime":202}
}

, which I believe indicates success. However, I cannot find the new
configset where I would have expected to find it (i.e.,
~solr-7.3.0\server\solr\configsets). This is where the _default configset is
located. More specifically, I cannot find my created configset anywhere
under solr-7.3.0.

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



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to