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