Uses of Class
org.elasticsearch.search.internal.ShardSearchRequest
-
Packages that use ShardSearchRequest Package Description org.elasticsearch.action.search org.elasticsearch.indices org.elasticsearch.search org.elasticsearch.search.internal org.elasticsearch.search.slice -
-
Uses of ShardSearchRequest in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search with parameters of type ShardSearchRequest Modifier and Type Method Description voidSearchTransportService. sendCanMatch(Transport.Connection connection, ShardSearchRequest request, SearchTask task, ActionListener<SearchService.CanMatchResponse> listener)voidSearchTransportService. sendExecuteDfs(Transport.Connection connection, ShardSearchRequest request, SearchTask task, org.elasticsearch.action.search.SearchActionListener<DfsSearchResult> listener)voidSearchTransportService. sendExecuteQuery(Transport.Connection connection, ShardSearchRequest request, SearchTask task, org.elasticsearch.action.search.SearchActionListener<SearchPhaseResult> listener) -
Uses of ShardSearchRequest in org.elasticsearch.indices
Methods in org.elasticsearch.indices with parameters of type ShardSearchRequest Modifier and Type Method Description booleanIndicesService. canCache(ShardSearchRequest request, SearchContext context)Can the shard request be cached at all?voidIndicesService. loadIntoContext(ShardSearchRequest request, SearchContext context, QueryPhase queryPhase)Loads the cache result, computing it if needed by executing the query phase and otherwise deserializing the cached value into thecontext's query result. -
Uses of ShardSearchRequest in org.elasticsearch.search
Methods in org.elasticsearch.search with parameters of type ShardSearchRequest Modifier and Type Method Description booleanSearchService. canMatch(ShardSearchRequest request)This method does a very quick rewrite of the query and returns true if the query can potentially match any documents.voidSearchService. canMatch(ShardSearchRequest request, ActionListener<SearchService.CanMatchResponse> listener)org.elasticsearch.search.DefaultSearchContextSearchService. createSearchContext(ShardSearchRequest request, TimeValue timeout)voidSearchService. executeDfsPhase(ShardSearchRequest request, SearchTask task, ActionListener<SearchPhaseResult> listener)voidSearchService. executeQueryPhase(ShardSearchRequest request, SearchTask task, ActionListener<SearchPhaseResult> listener) -
Uses of ShardSearchRequest in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return ShardSearchRequest Modifier and Type Method Description ShardSearchRequestFilteredSearchContext. request()abstract ShardSearchRequestSearchContext. request() -
Uses of ShardSearchRequest in org.elasticsearch.search.slice
Methods in org.elasticsearch.search.slice with parameters of type ShardSearchRequest Modifier and Type Method Description QuerySliceBuilder. toFilter(ClusterService clusterService, ShardSearchRequest request, QueryShardContext context, Version minNodeVersion)Converts this QueryBuilder to a luceneQuery.
-