Uses of Class
org.elasticsearch.search.SearchPhaseResult
-
Packages that use SearchPhaseResult Package Description org.elasticsearch.action.search org.elasticsearch.search org.elasticsearch.search.dfs org.elasticsearch.search.fetch org.elasticsearch.search.query -
-
Uses of SearchPhaseResult in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search with parameters of type SearchPhaseResult Modifier and Type Method Description voidSearchExecutionStatsCollector. onResponse(SearchPhaseResult response)Method parameters in org.elasticsearch.action.search with type arguments of type SearchPhaseResult Modifier and Type Method Description InternalSearchResponseSearchPhaseController. merge(boolean ignoreFrom, SearchPhaseController.ReducedQueryPhase reducedQueryPhase, Collection<? extends SearchPhaseResult> fetchResults, IntFunction<SearchPhaseResult> resultsLookup)Enriches search hits and completion suggestion hits fromsortedDocsusingfetchResultsArr, merges suggestions, aggregations and profile results Expects sortedDocs to have top search docs across all shards, optionally followed by top suggest docs for each named completion suggestion ordered by suggestion nameInternalSearchResponseSearchPhaseController. merge(boolean ignoreFrom, SearchPhaseController.ReducedQueryPhase reducedQueryPhase, Collection<? extends SearchPhaseResult> fetchResults, IntFunction<SearchPhaseResult> resultsLookup)Enriches search hits and completion suggestion hits fromsortedDocsusingfetchResultsArr, merges suggestions, aggregations and profile results Expects sortedDocs to have top search docs across all shards, optionally followed by top suggest docs for each named completion suggestion ordered by suggestion nameSearchPhaseController.ReducedQueryPhaseSearchPhaseController. reducedQueryPhase(Collection<? extends SearchPhaseResult> queryResults, boolean isScrollRequest, int trackTotalHitsUpTo, boolean performFinalReduce)Reduces the given query results and consumes all aggregations and profile results.voidSearchTransportService. sendExecuteQuery(Transport.Connection connection, ShardSearchRequest request, SearchTask task, org.elasticsearch.action.search.SearchActionListener<SearchPhaseResult> listener) -
Uses of SearchPhaseResult in org.elasticsearch.search
Subclasses of SearchPhaseResult in org.elasticsearch.search Modifier and Type Class Description static classSearchService.CanMatchResponseMethod parameters in org.elasticsearch.search with type arguments of type SearchPhaseResult Modifier and Type Method Description voidSearchService. executeDfsPhase(ShardSearchRequest request, SearchTask task, ActionListener<SearchPhaseResult> listener)voidSearchService. executeQueryPhase(ShardSearchRequest request, SearchTask task, ActionListener<SearchPhaseResult> listener) -
Uses of SearchPhaseResult in org.elasticsearch.search.dfs
Subclasses of SearchPhaseResult in org.elasticsearch.search.dfs Modifier and Type Class Description classDfsSearchResult -
Uses of SearchPhaseResult in org.elasticsearch.search.fetch
Subclasses of SearchPhaseResult in org.elasticsearch.search.fetch Modifier and Type Class Description classFetchSearchResultclassQueryFetchSearchResultclassScrollQueryFetchSearchResult -
Uses of SearchPhaseResult in org.elasticsearch.search.query
Subclasses of SearchPhaseResult in org.elasticsearch.search.query Modifier and Type Class Description classQuerySearchResultclassScrollQuerySearchResult
-