public class ShardFetchSearchRequest extends ShardFetchRequest implements IndicesRequest
IndicesRequest.TransportRequest.EmptyIndicesRequest.Replaceableheaders| Constructor and Description |
|---|
ShardFetchSearchRequest() |
ShardFetchSearchRequest(SearchRequest request,
long id,
com.carrotsearch.hppc.IntArrayList list) |
ShardFetchSearchRequest(SearchRequest request,
long id,
com.carrotsearch.hppc.IntArrayList list,
org.apache.lucene.search.ScoreDoc lastEmittedDoc) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
indices()
Returns the array of indices that the action relates to
|
IndicesOptions |
indicesOptions()
Returns the indices options used to resolve indices.
|
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
docIds, docIdsSize, id, lastEmittedDoccreateTask, getDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic ShardFetchSearchRequest()
public ShardFetchSearchRequest(SearchRequest request, long id, com.carrotsearch.hppc.IntArrayList list)
public ShardFetchSearchRequest(SearchRequest request, long id, com.carrotsearch.hppc.IntArrayList list, org.apache.lucene.search.ScoreDoc lastEmittedDoc)
public String[] indices()
IndicesRequestindices in interface IndicesRequestpublic IndicesOptions indicesOptions()
IndicesRequestindicesOptions in interface IndicesRequestpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class ShardFetchRequestIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class ShardFetchRequestIOExceptionCopyright © 2009–2017. All rights reserved.