Hi, I am using the following collection API on Solr 8.11.0 to create a new collection. http://host:port /solr/admin/collections?action=CREATE&name=test&numShards=12&replicationFactor=1&wt=xml&collection.configName=test
It creates the collection and the cores but as soon as the server is rebooted and Solr nodes are restarted the cores get deleted. The state.json file of the collection shows all the cores entry but the state of the cores as down. Please provide your inputs on how to avoid core deletion on system reboot. Thanks, Modassar