Uses of Class
org.elasticsearch.action.search.SearchPhaseController.ReducedQueryPhase
-
Packages that use SearchPhaseController.ReducedQueryPhase Package Description org.elasticsearch.action.search -
-
Uses of SearchPhaseController.ReducedQueryPhase in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search that return SearchPhaseController.ReducedQueryPhase Modifier and Type Method Description SearchPhaseController.ReducedQueryPhaseSearchPhaseController. reducedQueryPhase(Collection<? extends SearchPhaseResult> queryResults, boolean isScrollRequest, int trackTotalHitsUpTo, boolean performFinalReduce)Reduces the given query results and consumes all aggregations and profile results.Methods in org.elasticsearch.action.search with parameters of type SearchPhaseController.ReducedQueryPhase Modifier and Type Method Description ScoreDoc[]SearchPhaseController. getLastEmittedDocPerShard(SearchPhaseController.ReducedQueryPhase reducedQueryPhase, int numShards)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 name
-