2013年12月23日 星期一

ElasticSearch delete data and index

Delete data :

$ curl -XDELETE 'http://localhost:9200/twitter/_query?q=user:kimchy'

Delete index :

$ curl -XDELETE 'http://localhost:9200/twitter/'




References :
Delete By Query API
Delete Index

沒有留言:

張貼留言