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 TypeMethodDescriptionreactor.core.publisher.Mono<ReindexResponse>
ReactiveElasticsearchTemplate.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.ElasticsearchRestTemplate.reindex
(ReindexRequest reindexRequest) static ReindexResponse
ResponseConverter.reindexResponseOf
(org.elasticsearch.index.reindex.BulkByScrollResponse bulkByScrollResponse) Methods in org.springframework.data.elasticsearch.core that return types with arguments of type ReindexResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ReindexResponse>
ReactiveDocumentOperations.reindex
(ReindexRequest reindexRequest) Copies documents from a source to a destination.reactor.core.publisher.Mono<ReindexResponse>
ReactiveElasticsearchTemplate.reindex
(ReindexRequest postReindexRequest) -
Uses of ReindexResponse in org.springframework.data.elasticsearch.core.reindex
Methods in org.springframework.data.elasticsearch.core.reindex that return ReindexResponse