月光代碼園

記錄、分享、交流

导航

2019年8月3日 #

Elasticsearch学习笔记#2 入门 新增/查询/删除index/列出所有index

摘要: 准备工作:启动es,启动kibana,使用kibana的dev tools 1.创建一个名为customer的index 结果 *We simply append pretty to the end of the call to tell it to pretty-print the JSON re 阅读全文

posted @ 2019-08-03 16:29 bangdikka 阅读(424) 评论(0) 推荐(0) 编辑

Elasticsearch学习笔记#3 更新/ID自动生成/更新时使用脚本函数script/删除数据/批处理命令_bulk

摘要: 延续上篇 1.使用PUT更新数据 先执行创建数据命令 再使用同样的命令,其中要把name的值修改一下,再执行 结果 此时可以看见result的值为updated,新添加的数据将覆盖id=1的数据 验证一下 结果 2.新增数据时,不指定ID的情况 没有指定具体ID,结果 新建成功,系统会随机生成一个i 阅读全文

posted @ 2019-08-03 16:29 bangdikka 阅读(616) 评论(0) 推荐(0) 编辑