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.
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
-
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.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc with parameters of type ReindexRequestModifier and TypeMethodDescriptionElasticsearchRestTemplate.reindex(ReindexRequest reindexRequest) Deprecated.reactor.core.publisher.Mono<ReindexResponse>ReactiveElasticsearchTemplate.reindex(ReindexRequest postReindexRequest) Deprecated.ElasticsearchRestTemplate.submitReindex(ReindexRequest reindexRequest) Deprecated.reactor.core.publisher.Mono<String>ReactiveElasticsearchTemplate.submitReindex(ReindexRequest postReindexRequest) Deprecated. -
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.reactor.core.publisher.Mono<ReindexResponse>ReactiveDocumentOperations.reindex(ReindexRequest reindexRequest) Copies documents from a source to a destination.DocumentOperations.submitReindex(ReindexRequest reindexRequest) Submits a reindex task.reactor.core.publisher.Mono<String>ReactiveDocumentOperations.submitReindex(ReindexRequest reindexRequest) Submits a reindex task. -
Uses of ReindexRequest in org.springframework.data.elasticsearch.core.reindex
Methods in org.springframework.data.elasticsearch.core.reindex that return ReindexRequest