Removing collections / shards / etc in SolrCloud / Zookeeper

Is there a way to delete one or even all of the collections and their various associated settings / shards / etc in Zookeeper / SolrCloud? I would like to start with a clean, clean SolrCloud, but I don't see a way to clean things up. I tried to start zkcli.bat -zkhost localhost:<port> -cmd clear

but did nothing.

+3


source to share


1 answer


The SolrCloud Collections API supports this support. You looked

https://cwiki.apache.org/confluence/display/solr/Collections+API



Solrcloud collection deletion error?

You can use the solrctl tool if you are working with CDH Solr.

+3


source







All Articles