public class MultiTermVectorsShardRequest extends SingleShardRequest<MultiTermVectorsShardRequest>
TransportRequest.EmptyIndicesRequest.Replaceableindex, INDICES_OPTIONS| Constructor and Description |
|---|
MultiTermVectorsShardRequest() |
| Modifier and Type | Method and 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.
|
index, index, indicesOptions, operationThreaded, operationThreaded, validateNonNullIndexgetShouldStoreResultgetParentTask, setParentTaskremoteAddress, remoteAddressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTask, getDescription, 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 class SingleShardRequest<MultiTermVectorsShardRequest>java.io.IOException