Skip to content

Commit 06ede8d

Browse files
committed
documentation update
1 parent 1554c3c commit 06ede8d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

src/main/antora/modules/ROOT/pages/elasticsearch/elasticsearch-new.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
[[new-features.5-3-0]]
55
== New in Spring Data Elasticsearch 5.3
66

7-
* Upgrade to Elasticsearch 8.11.2
7+
* Upgrade to Elasticsearch 8.11.2.
8+
* Add support for highlight queries in highlighting.
9+
* Add shard statistics to the `SearchHit` class.
10+
* Add support for mulsti search template API.
811

912
[[new-features.5-2-0]]
1013
== New in Spring Data Elasticsearch 5.2
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[elasticsearch-migration-guide-5.2-5.3]]
2+
= Upgrading from 5.2.x to 5.3.x
3+
4+
This section describes breaking changes from version 5.2.x to 5.3.x and how removed features can be replaced by new introduced features.
5+
6+
[[elasticsearch-migration-guide-5.2-5.3.breaking-changes]]
7+
== Breaking Changes
8+
9+
10+
[[elasticsearch-migration-guide-5.2-5.3.deprecations]]
11+
== Deprecations

0 commit comments

Comments
 (0)