Hi, Is it possible to change the properties of collection after it has been created in solr cloud? I want to change the number of replicas, number of shards, number of shards per node for an already existing collection.
I changed those properties while creating a collection using the steps mentioned in https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-CreateaCollection But after creating a collection, I am not able to reload the collection with these properties. I did one not so elegant way of doing this by clearing the zookeeper data and starting with numShards=<new value> and it picked it up. I want to do that gracefully through some of the available RestAPI. Also if I have 2 collections, each with their separate conf, can someone tell how to give conf1 to collection1 and conf2 to collection2 while giving in the bootstap_confdir when I start the server from command line? Thanks, Sriram -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-cloud-Changing-properties-of-alreadt-loaded-collection-tp4099671.html Sent from the Solr - User mailing list archive at Nabble.com.