Re: Solr cloud rename core

2022-11-28 Thread Shawn Heisey
On 11/27/22 18:03, Aravind Reddy Jangam wrote: I created collection using below command, core name on each server is different like doc1_shard1_replica_n15 & doc1_shard2_replica_n4 Is it possible to rename core name, I would like to have same core on all servers like doc1 ./bin/solr create_col

Solr cloud rename core

2022-11-27 Thread Aravind Reddy Jangam
Hi I created collection using below command, core name on each server is different like doc1_shard1_replica_n15 & doc1_shard2_replica_n4 Is it possible to rename core name, I would like to have same core on all servers like doc1 ./bin/solr create_collection -c doc1 -s 4 -rf 2 -force Thanks Ara