From ea654b42fa22c9955d8e645202fd95d62e4c6653 Mon Sep 17 00:00:00 2001 From: Emil <39118431+emilpaw@users.noreply.github.com> Date: Sat, 8 Oct 2022 20:28:34 +0200 Subject: [PATCH] Fix typo "Elastixsearch" See gh-32656 --- .../spring-boot-docs/src/docs/asciidoc/data/nosql.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/nosql.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/nosql.adoc index bd7fc8dd59..325945162b 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/nosql.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/nosql.adoc @@ -259,7 +259,7 @@ You can further tune how `Sniffer` is configured, as shown in the following exam [[data.nosql.elasticsearch.connecting-using-rest.javaapiclient]] -===== Connecting to Elastixsearch using ElasticsearchClient +===== Connecting to Elasticsearch using ElasticsearchClient If you have `co.elastic.clients:elasticsearch-java` on the classpath, Spring Boot will auto-configure and register an `ElasticsearchClient` bean. The `ElasticsearchClient` uses a transport that depends upon the previously described `RestClient`.