Class RankFeaturePhaseRankShardContext

java.lang.Object
org.elasticsearch.search.rank.context.RankFeaturePhaseRankShardContext
Direct Known Subclasses:
RerankingRankFeaturePhaseRankShardContext

public abstract class RankFeaturePhaseRankShardContext extends Object
RankFeaturePhaseRankShardContext is a base class used to execute the RankFeature phase on each shard. In this class, we can fetch the feature data for a given set of documents and pass them back to the coordinator through the RankShardResult.
  • Field Details

    • field

      protected final String field
  • Constructor Details

    • RankFeaturePhaseRankShardContext

      public RankFeaturePhaseRankShardContext(String field)
  • Method Details