public class ShardSearchTransportRequest extends TransportRequest implements ShardSearchRequest, IndicesRequest
ShardSearchLocalRequest
but gets sent over the transport and holds also the indices coming from the original request that generated it, plus its headers and context.TransportRequest.Empty
IndicesRequest.Replaceable
Constructor and Description |
---|
ShardSearchTransportRequest() |
ShardSearchTransportRequest(SearchRequest searchRequest,
ShardRouting shardRouting,
int numberOfShards,
boolean useSlowScroll,
String[] filteringAliases,
long nowInMillis) |
Modifier and Type | Method and Description |
---|---|
BytesReference |
cacheKey()
Returns the cache key for this shard search request, based on its content
|
BytesReference |
extraSource() |
String[] |
filteringAliases() |
String |
index() |
String[] |
indices()
Returns the array of indices that the action relates to
|
IndicesOptions |
indicesOptions()
Returns the indices options used to resolve indices.
|
long |
nowInMillis() |
int |
numberOfShards() |
Boolean |
queryCache() |
void |
readFrom(StreamInput in) |
Scroll |
scroll() |
SearchType |
searchType() |
int |
shardId() |
BytesReference |
source() |
void |
source(BytesReference source) |
String |
templateName() |
Map<String,Object> |
templateParams() |
BytesReference |
templateSource() |
ScriptService.ScriptType |
templateType() |
String[] |
types() |
boolean |
useSlowScroll()
This setting is internal and will be enabled when at least one node is on versions 1.0.x and 1.1.x to enable
scrolling that those versions support.
|
void |
writeTo(StreamOutput out) |
getHeader, getHeaders, hasHeader, putHeader, remoteAddress, remoteAddress
contextSize, copyContextFrom, getContext, getFromContext, getFromContext, hasInContext, isContextEmpty, putAllInContext, putInContext
public ShardSearchTransportRequest()
public ShardSearchTransportRequest(SearchRequest searchRequest, ShardRouting shardRouting, int numberOfShards, boolean useSlowScroll, String[] filteringAliases, long nowInMillis)
public String[] indices()
IndicesRequest
indices
in interface IndicesRequest
public IndicesOptions indicesOptions()
IndicesRequest
indicesOptions
in interface IndicesRequest
public String index()
index
in interface ShardSearchRequest
public int shardId()
shardId
in interface ShardSearchRequest
public String[] types()
types
in interface ShardSearchRequest
public BytesReference source()
source
in interface ShardSearchRequest
public void source(BytesReference source)
source
in interface ShardSearchRequest
public BytesReference extraSource()
extraSource
in interface ShardSearchRequest
public int numberOfShards()
numberOfShards
in interface ShardSearchRequest
public SearchType searchType()
searchType
in interface ShardSearchRequest
public String[] filteringAliases()
filteringAliases
in interface ShardSearchRequest
public long nowInMillis()
nowInMillis
in interface ShardSearchRequest
public String templateName()
templateName
in interface ShardSearchRequest
public ScriptService.ScriptType templateType()
templateType
in interface ShardSearchRequest
public Map<String,Object> templateParams()
templateParams
in interface ShardSearchRequest
public BytesReference templateSource()
templateSource
in interface ShardSearchRequest
public Boolean queryCache()
queryCache
in interface ShardSearchRequest
public Scroll scroll()
scroll
in interface ShardSearchRequest
public boolean useSlowScroll()
ShardSearchRequest
useSlowScroll
in interface ShardSearchRequest
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class TransportMessage<TransportRequest>
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class TransportMessage<TransportRequest>
IOException
public BytesReference cacheKey() throws IOException
ShardSearchRequest
cacheKey
in interface ShardSearchRequest
IOException
Copyright © 2009–2015. All rights reserved.