Module org.elasticsearch.server
Class RankFeatureShardPhase
java.lang.Object
org.elasticsearch.search.rank.feature.RankFeatureShardPhase
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprepareForFetch(SearchContext searchContext, RankFeatureShardRequest request) voidprocessFetch(SearchContext searchContext)
-
Field Details
-
EMPTY_RESULT
-
-
Constructor Details
-
RankFeatureShardPhase
public RankFeatureShardPhase()
-
-
Method Details
-
prepareForFetch
-
processFetch
-