Hi, I am experimenting with SolrCloud (v. 4.1) and everything seems to work fine.
Now I would like to restart with a clean environment, but I cannot get rid of all the collections, shards and cores I have created. What I did: - Closed down all Zookeeper servers (I have an ensemble of 3) and Solr servers (also 3) - I have deleted the "collections" and "configs" from zookeeper; - I deleted the data directory (version-2) from zookeeper - I deleted my solr home (with all data files) - Edited Solr.xml so there is no reference to instances anymore. When I restart, I get an error about no existing SolrCores, but after adding a new config, collection and one SolrCore I see a graph of all previous existing shards/cores. How can I go back to a clean state? How to remove these collections/shards? Thanks for helping. Rene