diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 2b6ed4c3a..8823939d7 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -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. - -* <> -* <> -* <> += Elasticsearch Java API Client :branch: master include::{asciidoc-dir}/../../shared/attributes.asciidoc[] diff --git a/docs/introduction.asciidoc b/docs/introduction.asciidoc index a8a879f61..deebbbd87 100644 --- a/docs/introduction.asciidoc +++ b/docs/introduction.asciidoc @@ -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. \ No newline at end of file +that takes care of all transport-level concerns. \ No newline at end of file