[转载]springboot中ElasticSearch入门与进阶:组合查询、Aggregation聚合查询(你想要的都有)

原文:https://blog.csdn.net/topdandan/article/details/81436141 1.springboot中配置elasticSearch 1.1在工程中引入相关的jar包   1.1.1 在build.gradle中添加需要的jar包

      我创建的gradle工程,对应的maven工程也是一样,添加对应的jar包即可

 

// 添加 Spring Data Elasticsearch 的依赖 compile('org.springframework.boot:spring-boot-starter-data-elasticsearch') // 添加 JNA 的依赖,java访问当前操作系统需要的包 compile('net.java.dev.jna:jna:4.3.0')

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zwgwdw.html