We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3446073 commit 63cb343Copy full SHA for 63cb343
docs/getting-started/migrate-hlrc.asciidoc
@@ -19,6 +19,18 @@ additional headers that instruct {es} `8.x` to behave like a `7.x` server.
19
The {java-client} doesn't need this setting as compatibility mode is always
20
enabled.
21
22
+You can use the HLRC version `7.x` with the {java-client} version `8.x`:
23
+
24
+["source","groovy",subs="attributes+"]
25
+--------------------------------------------------
26
+dependencies {
27
+ implementation 'co.elastic.clients:elasticsearch-java:{version}'
28
+ implementation 'org.elasticsearch.client:elasticsearch-rest-high-level-client:7.17.3'
29
+ // other dependencies <1>
30
+}
31
32
+<1> See <<installation>>
33
34
[discrete]
35
==== Using the same http client with the HLRC and the Java API Client
36
0 commit comments