Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
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
–
Thanks for contributing an answer to Stack Overflow!
-
Please be sure to
answer the question
. Provide details and share your research!
But
avoid
…
-
Asking for help, clarification, or responding to other answers.
-
Making statements based on opinion; back them up with references or personal experience.
To learn more, see our
tips on writing great answers
.