public class ShardFetchSearchRequest extends ShardFetchRequest implements IndicesRequest
IndicesRequest.TransportRequest.EmptyIndicesRequest.Replaceableheaders| コンストラクタと説明 |
|---|
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) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 IndicesRequestpublic IndicesOptions indicesOptions()
IndicesRequestindicesOptions インタフェース内 IndicesRequestpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamablereadFrom クラス内 ShardFetchRequestIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamablewriteTo クラス内 ShardFetchRequestIOExceptionCopyright © 2009–2016. All rights reserved.