NoNodeAvailableException[None of the configured nodes are available: [{#transport#-1}{KrOFibneQ76ycUjBC0Y3Qw}{192.168.1.139}{192.168.1.139:9300}] 解决这个问题,网上有很多的解决方案:其中最主要的原因是因为版本冲突的问题
有很多博客都提到这个,但没给具体的步骤
1 安装是elasticsearch 2.4.0
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>1.5.21.RELEASE</version>
</parent>
2 查看Spring Data Elasticsearch与Elasticsearch的版本匹配问题
到下面这个网址 https://github.com/spring-projects/spring-data-elasticsearch
这个是配对规则
如何查看自己的版本到 external libraries下,看自己的版本是否匹配
来源:oschina
链接:https://my.oschina.net/u/2511906/blog/3074260