Yes it should be, since it is just an http client (apache http). ElasticSearch Rest API (query API) didn't change much <https://www.elastic.co/guide/en/elasticsearch/reference/5.0/breaking-changes-5.0.html> .
Next question would be : why there is a need in two separate modules elasticsearch2 and elasticsearch5 On Fri, May 18, 2018 at 3:11 PM, Christian Beikov < [email protected]> wrote: > Hey Andrei, > > that would be awesome! Do you know by any chance if the low level client > is also compatible with older ES versions? > > > Mit freundlichen Grüßen, > ------------------------------------------------------------------------ > *Christian Beikov* > Am 18.05.2018 um 20:45 schrieb Andrei Sereda: > >> Hello, >> >> ES TransportClient is deprecated in 7.0 (to be removed >> <https://www.elastic.co/guide/en/elasticsearch/client/java-a >> pi/master/transport-client.html> >> in 8.0) in favor of http rest client(s). Would you consider a contribution >> switching to Rest Low-Level Client >> <https://www.elastic.co/guide/en/elasticsearch/client/java-r >> est/current/java-rest-low.html>(which >> has much fewer dependencies) ? >> >> >> Thanks, >> Andrei. >> >> >
