A 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:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This builder class constructs `RescoringMatchScorer` objects, which are used to invoke a scorer on each search result."],["The `RescoringMatchScorer.Builder` class inherits from `MatchScorer.Builder` and ultimately from `java.lang.Object`."],["The `build()` method, which is an override of `MatchScorer.Builder.build()`, is used to create a `RescoringMatchScorer` instance from the configured values."]]],[]]