摘要: [TOC] ## Elasticsearch-Rest-Client ### 整合Elasticsearch pom.xml配置 Maven Repository ```pom.xml 7.4.2 org.elasticsearch.client elasticsearch-rest-high-le 阅读全文
posted @ 2021-03-09 23:39 HOsystem 阅读(233) 评论(0) 推荐(0) 编辑
摘要: [TOC] ## ElasticSearch 进阶 ### SearchAPI ES 支持两种基本方式检索 : - 一个是通过使用 REST request URI 发送搜索参数(uri+检索参数) - 一个是通过使用 REST request body 来发送它们(uri+请求体) #### 检索 阅读全文
posted @ 2021-03-09 23:38 HOsystem 阅读(485) 评论(0) 推荐(0) 编辑
摘要: [TOC] ## ElasticSearch 使用 ### _cat ```shell # 查看所有节点 http://192.168.188.128:9200/_cat/nodes # 查看 es 健康状况 http://192.168.188.128:9200/_cat/health # 查看主 阅读全文
posted @ 2021-03-09 23:36 HOsystem 阅读(103) 评论(0) 推荐(0) 编辑