From 45f319dafc13efafb61d08afc14de5e8fd9853a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Thu, 30 Sep 2021 15:17:00 +0200 Subject: [PATCH] [DOCS] Removes content from index and changes book title. --- docs/index.asciidoc | 9 +-------- docs/introduction.asciidoc | 10 ++++------ 2 files changed, 5 insertions(+), 14 deletions(-) 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