Uses of Class
org.springframework.data.elasticsearch.core.reindex.ReindexResponse
Packages that use ReindexResponse
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of ReindexResponse in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc that return ReindexResponseMethods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type ReindexResponseModifier and TypeMethodDescriptionReactiveElasticsearchTemplate.reindex
(ReindexRequest reindexRequest) -
Uses of ReindexResponse in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return ReindexResponseModifier and TypeMethodDescriptionDocumentOperations.reindex
(ReindexRequest reindexRequest) Copies documents from a source to a destination.Methods in org.springframework.data.elasticsearch.core that return types with arguments of type ReindexResponseModifier and TypeMethodDescriptionReactiveDocumentOperations.reindex
(ReindexRequest reindexRequest) Copies documents from a source to a destination. -
Uses of ReindexResponse in org.springframework.data.elasticsearch.core.reindex
Methods in org.springframework.data.elasticsearch.core.reindex that return ReindexResponse