I tried to execute the following on my cluster, but it had no results. Should this work?
curl http://host:port/solr/collection1/update/?commit=true -H "Contenet-Type: text/xml" --data-binary '<delete><query>*:*</query></delete>'
I tried to execute the following on my cluster, but it had no results. Should this work?
curl http://host:port/solr/collection1/update/?commit=true -H "Contenet-Type: text/xml" --data-binary '<delete><query>*:*</query></delete>'