Documentation fixes.

Original Pull Request #2207
Closes #2206
This commit is contained in:
Peter-Josef Meisch 2022-06-28 22:06:00 +02:00 committed by GitHub
parent d974788ab8
commit 81e2613669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ introduced features.
See <<elasticsearch-migration-guide-4.4-5.0.breaking-changes-packages>>, all classes in this package have been See <<elasticsearch-migration-guide-4.4-5.0.breaking-changes-packages>>, all classes in this package have been
deprecated, as the default client implementations to use are the ones based on the new Java Client from deprecated, as the default client implementations to use are the ones based on the new Java Client from
Elasticsearch, se <<elasticsearch-migration-guide-4.4-5.0.new-clients>> Elasticsearch, see <<elasticsearch-migration-guide-4.4-5.0.new-clients>>
[[elasticsearch-migration-guide-4.4-5.0.breaking-changes]] [[elasticsearch-migration-guide-4.4-5.0.breaking-changes]]
== Breaking Changes == Breaking Changes
@ -92,7 +92,8 @@ When using Spring Boot, it is necessary to set the following property in the _po
===== Imperative style ===== Imperative style
In order configure Spring Data Elasticsearch to use the new client, it is necessary to create a configuration bean that derives from `org.springframework.data.elasticsearch.client.elc.ElasticsearchConfiguration`: To configure Spring Data Elasticsearch to use the new client, it is necessary to create a configuration bean that
derives from `org.springframework.data.elasticsearch.client.elc.ElasticsearchConfiguration`:
==== ====
[source,java] [source,java]