Uses of Interface
org.elasticsearch.search.SearchPhase
-
-
Uses of SearchPhase in org.elasticsearch.search.aggregations
Classes in org.elasticsearch.search.aggregations that implement SearchPhase Modifier and Type Class Description classAggregationPhaseAggregation phase of a search request, used to collect aggregations -
Uses of SearchPhase in org.elasticsearch.search.dfs
Classes in org.elasticsearch.search.dfs that implement SearchPhase Modifier and Type Class Description classDfsPhaseDfs phase of a search request, used to make scoring 100% accurate by collecting additional info from each shard before the query phase. -
Uses of SearchPhase in org.elasticsearch.search.fetch
Classes in org.elasticsearch.search.fetch that implement SearchPhase Modifier and Type Class Description classFetchPhaseFetch phase of a search request, used to fetch the actual top matching documents to be returned to the client, identified after reducing all of the matches returned by the query phase -
Uses of SearchPhase in org.elasticsearch.search.query
Classes in org.elasticsearch.search.query that implement SearchPhase Modifier and Type Class Description classQueryPhaseQuery phase of a search request, used to run the query and get back from each shard information about the matching documents (document ids and score or sort criteria) so that matches can be reduced on the coordinating node -
Uses of SearchPhase in org.elasticsearch.search.rescore
Classes in org.elasticsearch.search.rescore that implement SearchPhase Modifier and Type Class Description classRescorePhaseRescore phase of a search request, used to run potentially expensive scoring models against the top matching documents. -
Uses of SearchPhase in org.elasticsearch.search.suggest
Classes in org.elasticsearch.search.suggest that implement SearchPhase Modifier and Type Class Description classSuggestPhaseSuggest phase of a search request, used to collect suggestions
-