Skip to content

Commit 62967be

Browse files
authored
Merge branch 'main' into add.es.repo
2 parents bf0cb5e + be7d99e commit 62967be

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

docs/index.asciidoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
= Elasticsearch Java API Client
22

3-
The {es} Java API Client is an experimental Java client for {es}. It removes all
4-
dependencies to the {es} server code base.
5-
6-
* <<introduction>>
7-
* <<installation>>
8-
* <<connecting>>
9-
* <<java-rest-low>>
10-
113
:branch: master
124
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
135

docs/introduction.asciidoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33

44
experimental[]
55

6-
This is the official Java high-level REST client for {es}. It works on the top
7-
of the Java low-level REST client. The client provides strongly typed requests
8-
and responses for all {es} APIs. It delegates protocol handling to an http
9-
client such as the
6+
This is the official Java API client for {es}. The client provides strongly
7+
typed requests and responses for all {es} APIs. It delegates protocol handling
8+
to an http client such as the
109
https://www.elastic.co/guide/en/elasticsearch/client/java-rest/master/java-rest-low.html[{es} Low Level REST client]
11-
that takes care of all transport-level concerns. This page gives a quick
12-
overview about the features of the client.
10+
that takes care of all transport-level concerns.

0 commit comments

Comments
 (0)