Skip to content

[DOCS] Removes content from index and changes book title #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
= Elasticsearch Java High-level client

The {es} Java High-level REST Client is an experimental Java client for {es}.
It removes all dependencies to the {es} server code base.

* <<introduction>>
* <<installation>>
* <<connecting>>
= Elasticsearch Java API Client

:branch: master
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
Expand Down
10 changes: 4 additions & 6 deletions docs/introduction.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@

experimental[]

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