Update java-rest-high-level.md (#4880)

Updated text as per #4844

Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
This commit is contained in:
Heather Halter 2023-08-24 16:43:14 -07:00 committed by GitHub
parent 18702840c6
commit e907d90fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ nav_order: 20
# Java high-level REST client
The OpenSearch Java high-level REST client will be deprecated starting with OpenSearch version 3.0.0 and will be removed in a future release. We recommend switching to the [Java client]({{site.url}}{{site.baseurl}}/clients/java/) instead.
The OpenSearch Java high-level REST client is deprecated. Support will be removed in OpenSearch version 3.0.0. We recommend switching to the [Java client]({{site.url}}{{site.baseurl}}/clients/java/) instead.
{: .warning}
The OpenSearch Java high-level REST client lets you interact with your OpenSearch clusters and indexes through Java methods and data structures rather than HTTP methods and JSON.