curl记录solr删除indexing

记录

sudo  curl http://localhost:8080/solr/update?commit=true -H "Content-Type: text/xml" --data-binary  '<delete><query>*:*</query></delete>'

原文地址:https://www.cnblogs.com/king-sun/p/4424423.html