Vlado
(Vlado)
October 18, 2023, 9:07pm
1
Hi folks,
adding some signal here that I've run into the same issue as the below two
Hi!
So, I'm new to ES and been running ES locally through docker on ES 7.17.3 with RestHighLevelClient, Spring Data ES and running queries with QueryBuilders etc.
Now I've been hosting Elastic Search through your/their cloud and the version is 8.4.x and with that I've been trying to read the documentations on how to run on 7.17 client towards a 8.4 server. I can't make it work and would be amazing to have some eyes with experience to look at it.
Been reading this document and some around it..…
RestHighLevelClient and SyncedFlushRequest .
That is SyncedFlushRequest throws a
java.lang.NoClassDefFoundError: org/elasticsearch/action/admin/indices/flush/SyncedFlushRequest
Using
org.elasticsearch.client:elasticsearch-rest-high-level-client at 7.17.7 and
org.elasticsearch:elasticsearch at 8.10.0
Vlado
(Vlado)
October 18, 2023, 9:18pm
2
For those running into the same issue, you're not supposed to upgrade to
org.elasticsearch:elasticsearch at 8.10.0
The computability is meant to be between client and server, you can't just have the client have two different versions of things.
system
(system)
Closed
November 15, 2023, 9:18pm
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.