我试图使用RestHighLevelClient,客户端创建成功的索引,但是在创建索引时我得到了错误。(RestClient.java:788) at org.elasticsearch.client.RestClient.performRequest(RestClient.java:205)
at org.<
我们有一个应用程序,它使用spring data Elasticsearch (版本3.1.20.RELEASE)和传输客户端连接到elastic search版本6.1.2。现在,我们必须使用相同的应用程序连接到elastic search版本6.0.1,这是AWS管理的ES。问题是,它似乎没有为客户端公开传输端口(9300)。如果我们移动到spring data Elasticsearch的更高版本,它似乎不支持弹性搜索集群6.0.x,并且spri