public static final class RescoringMatchScorer.Builder extends MatchScorer.Builder
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();
| Modifier and Type | Method and Description |
|---|---|
RescoringMatchScorer |
build()
Builds a
RescoringMatchScorer from the set values. |
public RescoringMatchScorer build()
RescoringMatchScorer from the set values.build in class MatchScorer.BuilderRescoringMatchScorer built from the set values