|
@@ -1,7 +1,6 @@
|
|
|
= Groovy API
|
|
|
-:ref: http://www.elastic.co/guide/en/elasticsearch/reference/current
|
|
|
-:java: http://www.elastic.co/guide/en/elasticsearch/client/java-api/current
|
|
|
-:version: 6.0.0-alpha1
|
|
|
+
|
|
|
+include::../Versions.asciidoc[]
|
|
|
|
|
|
[preface]
|
|
|
== Preface
|
|
@@ -13,7 +12,7 @@ asynchronous in nature (they either accept a listener, or return a
|
|
|
future).
|
|
|
|
|
|
The Groovy API is a wrapper on top of the
|
|
|
-{java}[Java API] exposing it in a groovier
|
|
|
+{javaclient}[Java API] exposing it in a groovier
|
|
|
manner. The execution options for each API follow a similar manner and
|
|
|
covered in <<anatomy>>.
|
|
|
|