摘要: 批量查询 1.如果查询的document是不同index下的不同type种的话 GET /_mget { "docs" : [ { "_index" : "test_index", "_type" : "test_type", "_id" : 1 }, { "_index" : "test_inde 阅读全文
posted @ 2017-09-11 21:49 ~沐风 阅读(852) 评论(0) 推荐(0) 编辑
摘要: 普通的partial update 1.插入测试数据 2.更新 基于groovy脚本执行partial update 1.内置脚本 插入测试数据 更新 2.外部脚本 更新 用脚本删除文档 upsert操作 partial update内置乐观锁并发控制 阅读全文
posted @ 2017-09-11 21:07 ~沐风 阅读(365) 评论(0) 推荐(0) 编辑