A builder that constructs MatchScorers.
A MatchScorer will invoke a scorer on each search result. The
following code illustrates building a 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 page details the `MatchScorer.Builder` class, which is used to create `MatchScorer` objects."],["`MatchScorer` objects, once built, are used to score individual search results within a search query."],["The `build()` method in the `MatchScorer.Builder` class constructs and returns a `MatchScorer` instance."],["The `MatchScorer.Builder` class inherits many common methods from `java.lang.Object`, such as `equals()` and `toString()`."]]],[]]