从 5.4.x 升级到 5.5.x

本节描述了从版本 5.4.x 到 5.5.x 的重大更改,以及如何用新引入的功能替换已删除的功能。

重大更改

弃用

一些可能不被库用户使用的类已重命名,旧名称的类仍然存在,但已被弃用

旧名称 新名称

ElasticsearchPartQuery

RepositoryPartQuery

ElasticsearchStringQuery

RepositoryStringQuery

ReactiveElasticsearchStringQuery

ReactiveRepositoryStringQuery

移除

自 5.3 版本发布以来已弃用的以下方法已被删除

DocumentOperations.delete(Query, Class<?>)
DocumentOperations.delete(Query, Class<?>, IndexCoordinates)
ReactiveDocumentOperations.delete(Query, Class<?>)
ReactiveDocumentOperations.delete(Query, Class<?>, IndexCoordinates)
© . This site is unofficial and not affiliated with VMware.