public abstract class AbstractBulkIndexByScrollRequest<Self extends AbstractBulkIndexByScrollRequest<Self>> extends AbstractBulkByScrollRequest<Self>
SIZE_ALL_MATCHES| Constructor and Description |
|---|
AbstractBulkIndexByScrollRequest() |
AbstractBulkIndexByScrollRequest(org.elasticsearch.action.search.SearchRequest source) |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.script.Script |
getScript()
Script to modify the documents before they are processed.
|
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
protected void |
searchToString(java.lang.StringBuilder b)
Append a short description of the search request to a StringBuilder.
|
Self |
setScript(org.elasticsearch.script.Script script)
Script to modify the documents before they are processed.
|
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
createTask, getMaxRetries, getRequestsPerSecond, getRetryBackoffInitialTime, getSearchRequest, getShouldStoreResult, getSize, getTimeout, getWaitForActiveShards, isAbortOnVersionConflict, isRefresh, self, setAbortOnVersionConflict, setConflicts, setMaxRetries, setRefresh, setRequestsPerSecond, setRetryBackoffInitialTime, setShouldStoreResult, setSize, setTimeout, setWaitForActiveShards, setWaitForActiveShards, validategetDescription, getParentTask, setParentTask, setParentTaskpublic AbstractBulkIndexByScrollRequest()
public AbstractBulkIndexByScrollRequest(org.elasticsearch.action.search.SearchRequest source)
public org.elasticsearch.script.Script getScript()
public Self setScript(@Nullable org.elasticsearch.script.Script script)
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in)
throws java.io.IOException
readFrom in interface org.elasticsearch.common.io.stream.StreamablereadFrom in class AbstractBulkByScrollRequest<Self extends AbstractBulkIndexByScrollRequest<Self>>java.io.IOExceptionpublic void writeTo(org.elasticsearch.common.io.stream.StreamOutput out)
throws java.io.IOException
writeTo in interface org.elasticsearch.common.io.stream.StreamablewriteTo in class AbstractBulkByScrollRequest<Self extends AbstractBulkIndexByScrollRequest<Self>>java.io.IOExceptionprotected void searchToString(java.lang.StringBuilder b)
AbstractBulkByScrollRequestsearchToString in class AbstractBulkByScrollRequest<Self extends AbstractBulkIndexByScrollRequest<Self>>