getting java.lang.NoClassDefFoundError: org/elasticsearch/action/ActionResponse
Hi ,
I'm trying to use your code as template but i am getting a lot of class def found exception like the example that i wrote in the title on this line: runner = new ElasticsearchClusterRunner(); , if i use the dependency:
Thanks, Moshik
Elasticsearch does not keep Java API compatibility at each versions. So, you need to use a proper elasticsearch version.
Hi , I'm using the latest version of ES (5.3), when i copy the code with the pom to other place i am getting this errors