Skip to content

Commit a854779

Browse files
authored
add ref to java examples in api docs (#1157)
1 parent 823410d commit a854779

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

154 KB
Loading

docs/reference/usage/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ mapped_pages:
55

66
# Using the Java API client [usage]
77

8+
## Code Examples
9+
10+
The Elasticsearch [API reference](https://www.elastic.co/docs/api/doc/elasticsearch/) provides examples of requests in various languages, including Java, available in the dropdown menu on the right.
11+
12+
![Create API java example](../images/create-api-java-example.png)
13+
14+
## General Usage
815
The sections below provide tutorials on the most frequently used and some less obvious features of {{es}}.
916

1017
For a full reference, see the [Elasticsearch documentation](docs-content://get-started/index.md) and in particular the [REST APIs](elasticsearch://reference/elasticsearch/rest-apis/index.md) section. The Java API Client follows closely the JSON structures described there, using the [Java API conventions](/reference/api-conventions/index.md).

0 commit comments

Comments
 (0)