public class UpdateByQueryRequest extends AbstractBulkIndexByScrollRequest<UpdateByQueryRequest> implements CompositeIndicesRequest
TransportRequest.EmptySIZE_ALL_MATCHESheaders| Constructor and Description |
|---|
UpdateByQueryRequest() |
UpdateByQueryRequest(SearchRequest search) |
| Modifier and Type | Method and Description |
|---|---|
protected UpdateByQueryRequest |
self()
`this` cast to Self.
|
List<? extends IndicesRequest> |
subRequests()
Accessor to get the underlying
IndicesRequests that this request wraps. |
String |
toString() |
getScript, readFrom, searchToString, setScript, writeTocreateTask, getConsistency, getMaxRetries, getRequestsPerSecond, getRetryBackoffInitialTime, getSearchRequest, getSize, getTimeout, isAbortOnVersionConflict, isRefresh, setAbortOnVersionConflict, setConflicts, setConsistency, setMaxRetries, setRefresh, setRequestsPerSecond, setRetryBackoffInitialTime, setSize, setTimeout, validategetDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic UpdateByQueryRequest()
public UpdateByQueryRequest(SearchRequest search)
protected UpdateByQueryRequest self()
AbstractBulkByScrollRequestself in class AbstractBulkByScrollRequest<UpdateByQueryRequest>public List<? extends IndicesRequest> subRequests()
IndicesRequests that this request wraps. Note that this method is not
accurate since it returns dummy IndexRequests and not the actual requests that will be issued as part of the
execution of this request.subRequests in interface CompositeIndicesRequestSearchRequest and dummy IndexRequestsCopyright © 2009–2017. All rights reserved.