Hi, Is it possible to rename a collection without using a collection API? I could not find any rename action in the Collections API.
I read from here http://stackoverflow.com/questions/34889307/how-can-i-rename-a-core-created-in-solr that we can use action=RENAME http://localhost:8983/solr/admin/cores?action=RENAME&core=oldname&other=newname However, this action=RENAME is not in the latest Solr guide, and it didn't work either when I tried it. I'm using Solr 6.2.1. Regards, Edwin