From 81e2613669f88a055f9a8dff9f08650190a4225f Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Tue, 28 Jun 2022 22:06:00 +0200 Subject: [PATCH] Documentation fixes. Original Pull Request #2207 Closes #2206 --- .../reference/elasticsearch-migration-guide-4.4-5.0.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc b/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc index a10c662f4..d914eb812 100644 --- a/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc +++ b/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc @@ -11,7 +11,7 @@ introduced features. See <>, 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 -Elasticsearch, se <> +Elasticsearch, see <> [[elasticsearch-migration-guide-4.4-5.0.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 -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]