Class RerankingQueryPhaseRankCoordinatorContext

java.lang.Object
org.elasticsearch.search.rank.context.QueryPhaseRankCoordinatorContext
org.elasticsearch.search.rank.rerank.RerankingQueryPhaseRankCoordinatorContext

public class RerankingQueryPhaseRankCoordinatorContext extends QueryPhaseRankCoordinatorContext
The RerankingQueryPhaseRankCoordinatorContext provides the main functionality for sorting the initial query phase results based on their score, and trim them down to a global `rank_window_size`-sized list. These results could later be sent to each of the shards to execute the RankFeatureShardPhase shard phase, and then they will be merged and ranked again as part of the RankFeaturePhaseRankCoordinatorContext.