Module org.elasticsearch.server
Package org.elasticsearch.search.rank.context
package org.elasticsearch.search.rank.context
-
ClassesClassDescription
QueryPhaseRankCoordinatorContextis running on the coordinator node and is responsible for combining the query phase results from the shards and rank them accordingly.QueryPhaseRankShardContextis used to generate the toprank_window_sizeresults on each shard.RankFeaturePhaseRankCoordinatorContextis a base class that runs on the coordinating node and is responsible for retrievingrank_window_sizetotal results from all shards, rank them, and then produce a final paginated response of [from, from+size] results.RankFeaturePhaseRankShardContextis a base class used to execute the RankFeature phase on each shard.