I need to re-index the documents in Solr cloud mode. I also do not have the dataSource for completely re-indexing the documents after deleting all documents. Also is there any way to take the backup of the documents and re-index using the contents taken as backup? If I use backup and restore using command like below, I could observe the documents are not re-indexed.
http://{solrhost:port}/solr/{collection}/replication?command=backup
Also how to delete all the documents of core in Solr Cloud Mode in Single command? The command below deletes the documents in one of the Shards. How to delete the documents in all 5 shards of the Solr cloud?
http://{Sorlhost:port}/solr/{collectionname}/update?stream.body=:&commit=true