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) ReactiveElasticsearchTemplate.reindex
(ReindexRequest reindexRequest) ElasticsearchTemplate.submitReindex
(ReindexRequest reindexRequest) 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.ReactiveDocumentOperations.reindex
(ReindexRequest reindexRequest) Copies documents from a source to a destination.DocumentOperations.submitReindex
(ReindexRequest reindexRequest) Submits a reindex task.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