Uses of Class
org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Packages that use AbstractBulkByScrollRequest Package Description org.elasticsearch.index.reindex -
-
Uses of AbstractBulkByScrollRequest in org.elasticsearch.index.reindex
Classes in org.elasticsearch.index.reindex with type parameters of type AbstractBulkByScrollRequest Modifier and Type Class Description classAbstractBulkByScrollRequest<Self extends AbstractBulkByScrollRequest<Self>>Subclasses of AbstractBulkByScrollRequest in org.elasticsearch.index.reindex Modifier and Type Class Description classAbstractBulkIndexByScrollRequest<Self extends AbstractBulkIndexByScrollRequest<Self>>classDeleteByQueryRequestCreates a newDeleteByQueryRequestthat uses scrolling and bulk requests to delete all documents matching the query.classReindexRequestRequest to reindex some documents from one index to another.classUpdateByQueryRequestRequest to update some documents.
-