documentation update

This commit is contained in:
Peter-Josef Meisch 2023-12-30 16:18:21 +01:00
parent 1554c3c94f
commit 06ede8d7ae
No known key found for this signature in database
GPG Key ID: DE108246970C7708
2 changed files with 15 additions and 1 deletions

View File

@ -4,7 +4,10 @@
[[new-features.5-3-0]]
== New in Spring Data Elasticsearch 5.3
* Upgrade to Elasticsearch 8.11.2
* Upgrade to Elasticsearch 8.11.2.
* Add support for highlight queries in highlighting.
* Add shard statistics to the `SearchHit` class.
* Add support for mulsti search template API.
[[new-features.5-2-0]]
== New in Spring Data Elasticsearch 5.2

View File

@ -0,0 +1,11 @@
[[elasticsearch-migration-guide-5.2-5.3]]
= Upgrading from 5.2.x to 5.3.x
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.
[[elasticsearch-migration-guide-5.2-5.3.breaking-changes]]
== Breaking Changes
[[elasticsearch-migration-guide-5.2-5.3.deprecations]]
== Deprecations