ReindexRequest |
ReindexRequest.addSortField(String name,
SortOrder order) |
Add a sort against the given field name.
|
ReindexRequest |
ReindexRequest.forSlice(TaskId slicingTask,
SearchRequest slice,
int totalSlices) |
|
static ReindexRequest |
ReindexRequest.fromXContent(XContentParser parser) |
|
protected ReindexRequest |
ReindexRequest.self() |
|
ReindexRequest |
ReindexRequest.setDestDocType(String docType) |
Set the document type for the destination index
|
ReindexRequest |
ReindexRequest.setDestIndex(String destIndex) |
Set the target index for the ReindexRequest
|
ReindexRequest |
ReindexRequest.setDestOpType(String opType) |
Sets the optype on the destination index
|
ReindexRequest |
ReindexRequest.setDestRouting(String routing) |
Set the routing to decide which shard the documents need to be routed to
|
ReindexRequest |
ReindexRequest.setDestVersionType(VersionType versionType) |
Set the version type for the target index.
|
ReindexRequest |
ReindexRequest.setRemoteInfo(RemoteInfo remoteInfo) |
Set the RemoteInfo if the source indices are in a remote cluster.
|
ReindexRequest |
ReindexRequest.setSourceBatchSize(int size) |
Sets the scroll size for setting how many documents are to be processed in one batch during reindex
|
ReindexRequest |
ReindexRequest.setSourceDocTypes(String... docTypes) |
Set the document types which need to be copied from the source indices
|
ReindexRequest |
ReindexRequest.setSourceIndices(String... sourceIndices) |
Set the indices which will act as the source for the ReindexRequest
|
ReindexRequest |
ReindexRequest.setSourceQuery(QueryBuilder queryBuilder) |
Set the query for selecting documents from the source indices
|