From 8a166a1a405ce7589e792651e58404c06c18d7b1 Mon Sep 17 00:00:00 2001 From: Patrick Baumgartner Date: Sat, 16 Jul 2022 17:55:45 +0200 Subject: [PATCH] Fixing Typo. Original Pull Request #2219 Closes #2223 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 0357a2249..a76dd2e19 100644 --- a/README.adoc +++ b/README.adoc @@ -40,7 +40,7 @@ This means that a switch to this client version can only be done with the next m === Elasticsearch 8 cluster -It should be possible to use the Elasticsearch 7 client to access a cluster running version 8 by setting the appropriate aompatibility headers (see the documentation at https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/#elasticsearch.clients.configuration). but I encountered and heard of cases where the response from the server is not parseable by the client although the headers are set, so use with care. +It should be possible to use the Elasticsearch 7 client to access a cluster running version 8 by setting the appropriate compatibility headers (see the documentation at https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/#elasticsearch.clients.configuration). but I encountered and heard of cases where the response from the server is not parseable by the client although the headers are set, so use with care. == Code of Conduct