2021年2月3日
摘要: ES 内置的REST接口/ 获取版本信息/index/_search 搜索指定索引下的数据 test/_search/_aliases 获取或者操作索引下的别名 _aliases/index/ 查看指定索引下的详细信息 test/index/_mapping 创建或者操作mapping test/_ 阅读全文
posted @ 2021-02-03 23:52 oktokeep 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(550) 评论(1) 推荐(0) 编辑