摘要: 注:delete by query只适用于低于elasticsearch2.0的版本(不包含2.0)。有两种形式:1.无请求体curl -XDELETE 'localhost:9200/twitter/tweet/_query?q=user:kimchy'2.有请求体使用请求体的时候,请求体中只能使... 阅读全文
posted @ 2015-09-30 15:49 叫我家宝 阅读(7185) 评论(0) 推荐(0) 编辑
摘要: curl -XGET 'localhost:9200/index_name/_analyze?pretty&field=type_name.field_name' -d 'Robots cars' 阅读全文
posted @ 2015-09-30 14:54 叫我家宝 阅读(1796) 评论(0) 推荐(0) 编辑
摘要: 示例数据文件document.json(index表示在索引中增加或替换现有文档,create表示如果文档不存在则添加文档,delete表示删除文档):{ "index": { "_index": "addr", "_type": "contact", "_id": 1 }}{ "name":... 阅读全文
posted @ 2015-09-30 11:27 叫我家宝 阅读(1299) 评论(1) 推荐(0) 编辑