springboot版本2.6.13
项目原代码地址 https://gitee.com/kenwm/es7demo.git
参考博客
1、SpringBoot集成ElasticSearch,实现模糊查询,批量CRUD,排序,分页,高亮 - 知乎 (zhihu.com)
完整的依赖文件
<dependency>
<groupId>org.springframework.bootgroupId>
<artifactId>spring-boot-starter-data-elasticsearchartifactId>
dependency>
<dependency>
<groupId>org.springframework.bootgroupId>
<artifactId>spring-boot-starter-webartifactId>
dependency>
<dependency>
<groupId>com.alibabagroupId>
<artifactId>fastjsonartifactId>
<version>2.0.16version>
dependency>
<dependency>
<groupId>org.projectlombokgroupId>
<artifactId>lombokartifactId>
<optional>trueoptional>
dependency>
<dependency>
<groupId>org.springframework.bootgroupId>
<artifactId>spring-boot-starter-testartifactId>
<scope>testscope>
dependency>
项目结构
主要看源项目代码即可。
测试类运行高亮测试结果
es-head 查看索引下的所有数据,以及测试查询