Uses of Package
org.springframework.data.elasticsearch.core.reindex
Packages that use org.springframework.data.elasticsearch.core.reindex
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).
-
Classes in org.springframework.data.elasticsearch.core.reindex used by org.springframework.data.elasticsearch.client.elcClassDescriptionRequest to reindex some documents from one index to another.Response of reindex request.
-
Classes in org.springframework.data.elasticsearch.core.reindex used by org.springframework.data.elasticsearch.client.erhlcClassDescriptionRequest to reindex some documents from one index to another.Response of reindex request.
-
Classes in org.springframework.data.elasticsearch.core.reindex used by org.springframework.data.elasticsearch.coreClassDescriptionRequest to reindex some documents from one index to another.Response of reindex request.
-
Classes in org.springframework.data.elasticsearch.core.reindex used by org.springframework.data.elasticsearch.core.reindexClassDescriptionRequest to reindex some documents from one index to another.Response of reindex request.Builder for
ReindexResponse.Failure
Remote info (@see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-reindex.html#source)