Class RankFeatureShardPhase

java.lang.Object
org.elasticsearch.search.rank.feature.RankFeatureShardPhase

public final class RankFeatureShardPhase extends Object
The RankFeatureShardPhase executes the rank feature phase on the shard, iff there is a RankBuilder that requires it. This phase is responsible for reading field data for a set of docids. To do this, it reuses the FetchPhase to read the required fields for all requested documents using the `FetchFieldPhase` sub-phase.
  • Field Details

  • Constructor Details

    • RankFeatureShardPhase

      public RankFeatureShardPhase()
  • Method Details