Upgrade to Elasticsearch Client 8.9.0

Closes gh-36886
This commit is contained in:
Andy Wilkinson
2023-08-09 17:06:46 +01:00
parent 2c3049f961
commit 6c3c8398d0
3 changed files with 6 additions and 6 deletions

View File

@@ -330,7 +330,7 @@ If you have `co.elastic.clients:elasticsearch-java` on the classpath, Spring Boo
The `ElasticsearchClient` uses a transport that depends upon the previously described `RestClient`.
Therefore, the properties described previously can be used to configure the `ElasticsearchClient`.
Furthermore, you can define a `TransportOptions` bean to take further control of the behavior of the transport.
Furthermore, you can define a `RestClientOptions` bean to take further control of the behavior of the transport.
@@ -341,7 +341,7 @@ If you have Spring Data Elasticsearch and Reactor on the classpath, Spring Boot
The `ReactiveElasticsearchclient` uses a transport that depends upon the previously described `RestClient`.
Therefore, the properties described previously can be used to configure the `ReactiveElasticsearchClient`.
Furthermore, you can define a `TransportOptions` bean to take further control of the behavior of the transport.
Furthermore, you can define a `RestClientOptions` bean to take further control of the behavior of the transport.