摘要:
ElasticSearch集成SpringBoot 1. 依赖 <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elasticsearch-rest-high-level-client</artifactId> 阅读全文
摘要:
ElasticSearch基础 1.基础 开箱即用, 解压即可 在bin目录下启动ElasticSearch 访问localhost:9200 可以看到下面的内容 2. 安装与使用可视化插件 head插件, 依赖于Node.Js 安装ElasticSearch-head, 在解压的目录下运行 cmd 阅读全文