From 798bf966a387a0be3338eef7afbf04c9e62ad67b Mon Sep 17 00:00:00 2001 From: David Pilato Date: Wed, 1 Mar 2017 11:28:13 +0100 Subject: [PATCH] Don't mention cluster compatibility --- docs/java-rest/high-level/usage.asciidoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/java-rest/high-level/usage.asciidoc b/docs/java-rest/high-level/usage.asciidoc index 7374923d041..c2667b7e017 100644 --- a/docs/java-rest/high-level/usage.asciidoc +++ b/docs/java-rest/high-level/usage.asciidoc @@ -9,10 +9,7 @@ http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.elasticsearch.client%22[Ma Central]. The minimum Java version required is `1.8`. The high-level REST client is subject to the same release cycle as -elasticsearch. Replace the version with the desired client version, first -released with `5.x.x`. There is no relation between the client version -and the elasticsearch version that the client can communicate with as -it depends on the <> which is compatible with all elasticsearch versions. +elasticsearch. Replace the version with the desired client version. [[java-rest-high-usage-maven-maven]] ===== Maven configuration