I use Elasticsearch 7.0 (Latest Release) fresh new installing scratch without any upgrade from previous version. But I confront the problem when I try to use searching method.
It said that can't find org.elasticsearch.action.search.SearchRequest.
Spring Boot: 2.1.3.
Elasticsearch: 7.0
https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-high-getting-started-maven.html
I had try to build project in Docker it seem likely to have same problem again
But after I down grade my High Level Rest Client to 6.6.2 it seem work pretty good , no more missing org.elasticsearch.action.search.SearchRequest So if anyone have problem like this I suggest you downgrade the client version.
But still confuse about why maven repository keep pulling 6.4.3 version all the time even in the Docker build.



