Uses of Class
org.springframework.data.elasticsearch.core.reindex.ReindexRequest
Packages that use ReindexRequest
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of ReindexRequest in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc with parameters of type ReindexRequestModifier and TypeMethodDescriptionElasticsearchTemplate.reindex
(ReindexRequest reindexRequest) reactor.core.publisher.Mono<ReindexResponse>
ReactiveElasticsearchTemplate.reindex
(ReindexRequest reindexRequest) ElasticsearchTemplate.submitReindex
(ReindexRequest reindexRequest) reactor.core.publisher.Mono<String>
ReactiveElasticsearchTemplate.submitReindex
(ReindexRequest reindexRequest) -
Uses of ReindexRequest in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core with parameters of type ReindexRequestModifier and TypeMethodDescriptionDocumentOperations.reindex
(ReindexRequest reindexRequest) Copies documents from a source to a destination.ElasticsearchRestTemplate.reindex
(ReindexRequest reindexRequest) reactor.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) DocumentOperations.submitReindex
(ReindexRequest reindexRequest) Submits a reindex task.ElasticsearchRestTemplate.submitReindex
(ReindexRequest reindexRequest) reactor.core.publisher.Mono<String>
ReactiveDocumentOperations.submitReindex
(ReindexRequest reindexRequest) Submits a reindex task.reactor.core.publisher.Mono<String>
ReactiveElasticsearchTemplate.submitReindex
(ReindexRequest postReindexRequest) -
Uses of ReindexRequest in org.springframework.data.elasticsearch.core.reindex
Methods in org.springframework.data.elasticsearch.core.reindex that return ReindexRequest