Modifier and Type | Method and Description |
---|---|
SearchShardTarget |
ShardSearchFailure.shard()
The search shard target the failure occurred on.
|
Constructor and Description |
---|
ShardSearchFailure(String reason,
SearchShardTarget shardTarget) |
ShardSearchFailure(String reason,
SearchShardTarget shardTarget,
RestStatus status) |
ShardSearchFailure(Throwable t,
SearchShardTarget shardTarget) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransportSearchTypeAction.BaseAsyncAction.addShardFailure(int shardIndex,
SearchShardTarget shardTarget,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
SearchShardTarget |
PercolateContext.shardTarget() |
Constructor and Description |
---|
PercolateContext(PercolateShardRequest request,
SearchShardTarget searchShardTarget,
IndexShard indexShard,
IndexService indexService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ScriptService scriptService,
org.apache.lucene.search.Filter aliasFilter) |
Modifier and Type | Method and Description |
---|---|
SearchShardTarget |
SearchHit.getShard()
The shard of the search hit.
|
static SearchShardTarget |
SearchShardTarget.readSearchShardTarget(StreamInput in) |
SearchShardTarget |
SearchException.shard() |
SearchShardTarget |
SearchHit.shard()
The shard of the search hit.
|
SearchShardTarget |
SearchPhaseResult.shardTarget() |
Modifier and Type | Method and Description |
---|---|
int |
SearchShardTarget.compareTo(SearchShardTarget o) |
void |
SearchPhaseResult.shardTarget(SearchShardTarget shardTarget) |
Constructor and Description |
---|
SearchException(SearchShardTarget shardTarget,
String msg) |
SearchException(SearchShardTarget shardTarget,
String msg,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
SearchShardTarget |
DfsSearchResult.shardTarget() |
Modifier and Type | Method and Description |
---|---|
void |
DfsSearchResult.shardTarget(SearchShardTarget shardTarget) |
Constructor and Description |
---|
DfsSearchResult(long id,
SearchShardTarget shardTarget) |
Modifier and Type | Method and Description |
---|---|
SearchShardTarget |
ScrollQueryFetchSearchResult.shardTarget() |
SearchShardTarget |
FetchSearchResult.shardTarget() |
SearchShardTarget |
QueryFetchSearchResult.shardTarget() |
Modifier and Type | Method and Description |
---|---|
void |
FetchSearchResult.shardTarget(SearchShardTarget shardTarget) |
void |
QueryFetchSearchResult.shardTarget(SearchShardTarget shardTarget) |
Constructor and Description |
---|
FetchSearchResult(long id,
SearchShardTarget shardTarget) |
ScrollQueryFetchSearchResult(QueryFetchSearchResult result,
SearchShardTarget shardTarget) |
Modifier and Type | Method and Description |
---|---|
SearchShardTarget |
InternalSearchHit.getShard() |
SearchShardTarget |
InternalSearchHit.shard() |
abstract SearchShardTarget |
SearchContext.shardTarget() |
SearchShardTarget |
FilteredSearchContext.shardTarget() |
SearchShardTarget |
DefaultSearchContext.shardTarget() |
Modifier and Type | Method and Description |
---|---|
com.carrotsearch.hppc.IntObjectOpenHashMap<SearchShardTarget> |
InternalSearchHits.StreamContext.handleShardLookup() |
IdentityHashMap<SearchShardTarget,Integer> |
InternalSearchHits.StreamContext.shardHandleLookup() |
Modifier and Type | Method and Description |
---|---|
void |
InternalSearchHit.shard(SearchShardTarget target) |
void |
InternalSearchHits.shardTarget(SearchShardTarget shardTarget) |
void |
InternalSearchHit.shardTarget(SearchShardTarget shardTarget) |
Constructor and Description |
---|
DefaultSearchContext(long id,
ShardSearchRequest request,
SearchShardTarget shardTarget,
Engine.Searcher engineSearcher,
IndexService indexService,
IndexShard indexShard,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
org.apache.lucene.util.Counter timeEstimateCounter) |
Modifier and Type | Method and Description |
---|---|
SearchShardTarget |
ScrollQuerySearchResult.shardTarget() |
SearchShardTarget |
QuerySearchResult.shardTarget() |
Modifier and Type | Method and Description |
---|---|
void |
QuerySearchResult.shardTarget(SearchShardTarget shardTarget) |
Constructor and Description |
---|
QuerySearchResult(long id,
SearchShardTarget shardTarget) |
ScrollQuerySearchResult(QuerySearchResult queryResult,
SearchShardTarget shardTarget) |
Copyright © 2009–2015. All rights reserved.