Skip to content

Commit

Permalink
Remove beta warning from Java client version 1.2 (#6007)
Browse files Browse the repository at this point in the history
Fixes #2011

Signed-off-by: Naarcha-AWS <[email protected]>
  • Loading branch information
Naarcha-AWS authored Dec 29, 2023
1 parent 4e24090 commit ef3c28f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _clients/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ nav_order: 65

# Java client

The OpenSearch Java client is currently in its beta phase, so we recommend that you use the [OpenSearch Java high-level REST client]({{site.url}}{{site.baseurl}}/clients/java-rest-high-level).
{: .note}

The OpenSearch Java client allows you to interact with your OpenSearch clusters through Java methods and data structures rather than HTTP methods and raw JSON.

For example, you can submit requests to your cluster using objects to create indices, add data to documents, or complete some other operation using the client's built-in methods.
Expand Down

0 comments on commit ef3c28f

Please sign in to comment.