Jan 11, 2018
Elasticsearch 有一個API可以所有索引一次刪掉 ```http DELETE /_all DELETE /* ``` 這個API會把所有的index + document直接刪掉 為...