es6.6.1 索引的增加,查询,修改,删除
摘要:1.新增 test2/user2/1/_create PUT操作{"name":"qiqi","age":17} 2.查询 test2/user2/_search GET{"query":{"match":{"name":"qiqi"}}} 或:test2/user2/1 GET { - "_ind
阅读全文
posted @
2021-02-08 23:11
oktokeep
阅读(421)
推荐(0)
es6.6.1 rest常规操作
摘要:ES 内置的REST接口/ 获取版本信息/index/_search 搜索指定索引下的数据 test/_search/_aliases 获取或者操作索引下的别名 _aliases/index/ 查看指定索引下的详细信息 test/index/_mapping 创建或者操作mapping test/_
阅读全文
posted @
2021-02-03 23:52
oktokeep
阅读(159)
推荐(0)
es6.6.1 java客户端 client基础操作
摘要:1.引入jar包 <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elasticsearch-rest-high-level-client</artifactId> <version>6.6.1</versio
阅读全文
posted @
2021-02-03 23:49
oktokeep
阅读(582)
推荐(0)
cerebro安装部署,es客户端优化界面
摘要:1.下载地址 https://github.com/lmenezes/cerebro/releases 2.下载cerebro-0.9.3.zip 运行bin/cerebro ,启动没有报错,并且命令行窗口持续打开即为启动成功.启动成功后默认监听9000端口. 3.访问:http://master:
阅读全文
posted @
2021-02-02 08:57
oktokeep
阅读(294)
推荐(0)