Merge pull request #32656 from emilpaw

* gh-32656:
  Fix typo "Elastixsearch"

Closes gh-32656
This commit is contained in:
Andy Wilkinson 2022-10-12 12:36:12 +01:00
commit fcb8e968d5
1 changed files with 1 additions and 1 deletions

View File

@ -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]] [[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. 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`. The `ElasticsearchClient` uses a transport that depends upon the previously described `RestClient`.