IndicesRequest, Streamable, Writeable, TaskAwareRequestpublic class MultiTermVectorsShardRequest extends SingleShardRequest<MultiTermVectorsShardRequest>
IndicesRequest.ReplaceableTransportRequest.EmptyWriteable.Reader<V>, Writeable.Writer<V>index, INDICES_OPTIONS| Constructor | Description |
|---|---|
MultiTermVectorsShardRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(int location,
TermVectorsRequest request) |
|
java.lang.String[] |
indices() |
Returns the array of indices that the action relates to
|
java.lang.String |
preference() |
|
MultiTermVectorsShardRequest |
preference(java.lang.String preference) |
Sets the preference to execute the search.
|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
int |
shardId() |
|
ActionRequestValidationException |
validate() |
|
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
getShouldStoreResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitindex, index, indicesOptions, validateNonNullIndexnewWriteableReadercreateTask, getDescription, setParentTaskremoteAddress, remoteAddressgetParentTask, setParentTaskpublic ActionRequestValidationException validate()
validate in class ActionRequestpublic int shardId()
public MultiTermVectorsShardRequest preference(java.lang.String preference)
public java.lang.String preference()
public void add(int location,
TermVectorsRequest request)
public java.lang.String[] indices()
IndicesRequestindices in interface IndicesRequestindices in class SingleShardRequest<MultiTermVectorsShardRequest>public void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class SingleShardRequest<MultiTermVectorsShardRequest>java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in interface WriteablewriteTo in class SingleShardRequest<MultiTermVectorsShardRequest>java.io.IOException