Uses of Class
org.elasticsearch.search.SearchShardTarget
-
-
Uses of SearchShardTarget in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search that return SearchShardTarget Modifier and Type Method Description SearchShardTargetShardSearchFailure. shard()The search shard target the failure occurred on.Constructors in org.elasticsearch.action.search with parameters of type SearchShardTarget Constructor Description ShardSearchFailure(Exception e, SearchShardTarget shardTarget) -
Uses of SearchShardTarget in org.elasticsearch.search
Methods in org.elasticsearch.search that return SearchShardTarget Modifier and Type Method Description SearchShardTargetSearchPhaseResult. getSearchShardTarget()SearchShardTargetSearchHit. getShard()The shard of the search hit.SearchShardTargetSearchException. shard()Methods in org.elasticsearch.search with parameters of type SearchShardTarget Modifier and Type Method Description intSearchShardTarget. compareTo(SearchShardTarget o)voidSearchPhaseResult. setSearchShardTarget(SearchShardTarget shardTarget)voidSearchHit. shard(SearchShardTarget target)Constructors in org.elasticsearch.search with parameters of type SearchShardTarget Constructor Description SearchException(SearchShardTarget shardTarget, String msg)SearchException(SearchShardTarget shardTarget, String msg, Throwable cause)SearchParseException(SearchShardTarget shardTarget, String msg, XContentLocation location)SearchParseException(SearchShardTarget shardTarget, String msg, XContentLocation location, Throwable cause) -
Uses of SearchShardTarget in org.elasticsearch.search.dfs
Constructors in org.elasticsearch.search.dfs with parameters of type SearchShardTarget Constructor Description DfsPhaseExecutionException(SearchShardTarget shardTarget, String msg)DfsPhaseExecutionException(SearchShardTarget shardTarget, String msg, Throwable t)DfsSearchResult(long id, SearchShardTarget shardTarget) -
Uses of SearchShardTarget in org.elasticsearch.search.fetch
Methods in org.elasticsearch.search.fetch that return SearchShardTarget Modifier and Type Method Description SearchShardTargetQueryFetchSearchResult. getSearchShardTarget()Methods in org.elasticsearch.search.fetch with parameters of type SearchShardTarget Modifier and Type Method Description voidQueryFetchSearchResult. setSearchShardTarget(SearchShardTarget shardTarget)voidScrollQueryFetchSearchResult. setSearchShardTarget(SearchShardTarget shardTarget)Constructors in org.elasticsearch.search.fetch with parameters of type SearchShardTarget Constructor Description FetchPhaseExecutionException(SearchShardTarget shardTarget, String msg)FetchPhaseExecutionException(SearchShardTarget shardTarget, String msg, Throwable t)FetchSearchResult(long id, SearchShardTarget shardTarget)ScrollQueryFetchSearchResult(QueryFetchSearchResult result, SearchShardTarget shardTarget) -
Uses of SearchShardTarget in org.elasticsearch.search.fetch.subphase.highlight
Fields in org.elasticsearch.search.fetch.subphase.highlight declared as SearchShardTarget Modifier and Type Field Description SearchShardTargetHighlighterContext. shardTargetMethods in org.elasticsearch.search.fetch.subphase.highlight with parameters of type SearchShardTarget Modifier and Type Method Description voidHighlightPhase. hitExecute(SearchShardTarget shardTarget, QueryShardContext context, Query query, SearchContextHighlight highlight, FetchSubPhase.HitContext hitContext)Constructors in org.elasticsearch.search.fetch.subphase.highlight with parameters of type SearchShardTarget Constructor Description HighlighterContext(String fieldName, SearchContextHighlight.Field field, MappedFieldType fieldType, SearchShardTarget shardTarget, QueryShardContext context, SearchContextHighlight highlight, FetchSubPhase.HitContext hitContext, Query query) -
Uses of SearchShardTarget in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return SearchShardTarget Modifier and Type Method Description SearchShardTargetFilteredSearchContext. shardTarget()abstract SearchShardTargetSearchContext. shardTarget() -
Uses of SearchShardTarget in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query with parameters of type SearchShardTarget Modifier and Type Method Description voidScrollQuerySearchResult. setSearchShardTarget(SearchShardTarget shardTarget)Constructors in org.elasticsearch.search.query with parameters of type SearchShardTarget Constructor Description QueryPhaseExecutionException(SearchShardTarget shardTarget, String msg)QueryPhaseExecutionException(SearchShardTarget shardTarget, String msg, Throwable cause)QuerySearchResult(long id, SearchShardTarget shardTarget)ScrollQuerySearchResult(QuerySearchResult result, SearchShardTarget shardTarget)
-