public class DfsOnlyRequest extends BroadcastRequest<DfsOnlyRequest>
TransportRequest.Empty
IndicesRequest.Replaceable
indices
headers
Constructor and Description |
---|
DfsOnlyRequest() |
DfsOnlyRequest(org.apache.lucene.index.Fields termVectorsFields,
String[] indices,
String[] types,
Set<String> selectedFields) |
Modifier and Type | Method and Description |
---|---|
SearchRequest |
getSearchRequest() |
String |
preference() |
void |
readFrom(StreamInput in) |
String |
routing() |
String |
toString() |
String[] |
types() |
ActionRequestValidationException |
validate() |
void |
writeTo(StreamOutput out) |
indices, indices, indicesOptions, indicesOptions
createTask, getDescription
remoteAddress, remoteAddress
contextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContext
public DfsOnlyRequest()
public DfsOnlyRequest(org.apache.lucene.index.Fields termVectorsFields, String[] indices, String[] types, Set<String> selectedFields) throws IOException
IOException
public SearchRequest getSearchRequest()
public ActionRequestValidationException validate()
validate
in class BroadcastRequest<DfsOnlyRequest>
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class BroadcastRequest<DfsOnlyRequest>
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class BroadcastRequest<DfsOnlyRequest>
IOException
public String[] types()
public String routing()
public String preference()
Copyright © 2009–2016. All rights reserved.