This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Data Elasticsearch 5.4.5!spring-doc.cn

Upgrading from 5.4.x to 5.5.x

This section describes breaking changes from version 5.4.x to 5.5.x and how removed features can be replaced by new introduced features.spring-doc.cn

Breaking Changes

Deprecations

Some classes that probably are not used by a library user have been renamed, the classes with the old names are still there, but are deprecated:spring-doc.cn

old name new name

ElasticsearchPartQueryspring-doc.cn

RepositoryPartQueryspring-doc.cn

ElasticsearchStringQueryspring-doc.cn

RepositoryStringQueryspring-doc.cn

ReactiveElasticsearchStringQueryspring-doc.cn

ReactiveRepositoryStringQueryspring-doc.cn

Removals

The following methods that had been deprecated since release 5.3 have been removed:spring-doc.cn

DocumentOperations.delete(Query, Class<?>)
DocumentOperations.delete(Query, Class<?>, IndexCoordinates)
ReactiveDocumentOperations.delete(Query, Class<?>)
ReactiveDocumentOperations.delete(Query, Class<?>, IndexCoordinates)