This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Data Elasticsearch 5.5.1! |
Upgrading from 5.5.x to 6.0.x
This section describes breaking changes from version 5.5.x to 6.0.x and how removed features can be replaced by new introduced features.
Deprecations
Removals
The org.springframework.data.elasticsearch.core.query.ScriptType
enum has been removed. To distinguish between an inline and a stored script set the appropriate values in the org.springframework.data.elasticsearch.core.query.ScriptData
record.
These methods have been removed because the Elasticsearch Client 9 does not support them anymore:
org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient.unfreeze(UnfreezeRequest)
org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient.unfreeze(Function<UnfreezeRequest.Builder, ObjectBuilder<UnfreezeRequest>>)