删除API,可以根据特定的ID删除文档。
$ curl -XDELETE 'http://localhost:9200/website/blog/AVbkih8AltSLRRB7XAun'
会返回下面的消息:
{
- "found": true,
- "_index": "website",
- "_type": "blog",
- "_id": "AVbkih8AltSLRRB7XAun",
- "_version": 4,
删除API,可以根据特定的ID删除文档。
$ curl -XDELETE 'http://localhost:9200/website/blog/AVbkih8AltSLRRB7XAun'
会返回下面的消息:
{