Skip to content

Commit be7d99e

Browse files
authored
Merge pull request #24 from szabosteve/java.book.mod
[DOCS] Removes content from index and changes book title
2 parents caa7cf0 + 45f319d commit be7d99e

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

docs/index.asciidoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
= Elasticsearch Java High-level client
2-
3-
The {es} Java High-level REST Client is an experimental Java client for {es}.
4-
It removes all dependencies to the {es} server code base.
5-
6-
* <<introduction>>
7-
* <<installation>>
8-
* <<connecting>>
1+
= Elasticsearch Java API Client
92

103
:branch: master
114
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]

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)