Elasticsearch 使用  head 插件 对es 进行增删改查(es5.6.6):

1.新增数据 post 请求   (index/type

gg_province/gg_province/

ES head 插件工具 增 删 改 查

2. 删除数据 delete请求:

gg_province/gg_province/AXQkqmpZEDgb118vKfVH     (index/type/id

ES head 插件工具 增 删 改 查

3.修改数据 post请求

gg_province/gg_province/AXQk0YfPEDgb118vKfVL/_update     (index/type/id/_update

内容 加在 doc 节点里:

ES head 插件工具 增 删 改 查

4. 查询  get请求    index/_search

ES head 插件工具 增 删 改 查

相关文章: