Solr4のcoreの削除

Solr4のcoreの削除を行う。

curl 'http://localhost:8983/solr/admin/cores?action=UNLOAD&deleteIndex=true&core=[core名]'

CoreAdmin - Solr Wiki