File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- = Elasticsearch Java High-level client
1
+ = Elasticsearch Java API Client
2
2
3
3
[partintro]
4
4
--
5
5
6
- The {es} Java High-level REST Client is an experimental Java client for {es} .
7
- It removes all dependencies to the {es} server code base.
6
+ The {es} Java API Client is an experimental Java client for {es} . It removes all
7
+ dependencies to the {es} server code base.
8
8
9
9
* <<introduction>>
10
10
* <<installation>>
11
11
* <<connecting>>
12
-
12
+ * <<java-rest-low>>
13
13
--
14
14
15
15
:branch: master
16
16
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
17
17
18
18
include::introduction.asciidoc[]
19
19
include::installation.asciidoc[]
20
- include::connecting.asciidoc[]
20
+ include::connecting.asciidoc[]
21
+ include::{elasticsearch-root}/docs/java-rest/low-level/index.asciidoc[]
You can’t perform that action at this time.
0 commit comments