Im正在尝试使用Spring Data连接Elasticsearch 6.1 (Im使用Spring Boot)
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>3.0.3.RELEASE</version>
</dependency>但是提到最新的版本只支持5.2,有没有支持ES 6.1的替代方案呢?
https://github.com/spring-projects/spring-data-elasticsearch/blob/master/README.md
发布于 2018-02-04 12:57:08
支持的最新版本是5.5.0,但我确信5.6.7也是受支持的。
有一个旨在为ES 6.1提供支持的pull request,但到目前为止它仍然是开放的。
https://stackoverflow.com/questions/48600706
复制相似问题