How do I delete all the documents in my SOLR index using the SOLR Admin.
I tried using the url and it works but want to know if the same can be done using the Admin..
curl http://localhost:8080/solr/update -H "Content-type: text/xml" --data-binary '*:*' curl http://localhost:8080/solr/update -H "Content-type: text/xml" --data-binary ''