public static final class RescoringMatchScorer.Builder extends MatchScorer.BuilderA builder that constructs RescoringMatchScorers. A RescoringMatchScorer will invoke a scorer on each search result. The following code illustrates building a rescoring match scorer to score documents:
RescoringMatchScorer scorer = RescoringMatchScorer.newBuilder().build();
Methods
build()
public RescoringMatchScorer build()Builds a RescoringMatchScorer from the set values.
| Returns | |
|---|---|
| Type | Description |
RescoringMatchScorer |
a RescoringMatchScorer built from the set values |