I am using Elasticsearch v7.10, and in the javadoc, is the following interface
- org.elasticsearch.client.Client
but not the following two classes:
- org.elasticsearch.client.RestClient
- org.elasticsearch.client.RestHighLevelClient
I am not looking for descriptions of what these classes do, but only want to know whether or not RestClient and RestHighLevelClient have been deprecated in v7.10 (current version)?
Thanks