public static class MatchScorer.Builder
extends java.lang.Object
MatchScorers
.
A MatchScorer will invoke a scorer on each search result. The
following code illustrates building a match scorer to score documents:
MatchScorer scorer = MatchScorer.newBuilder().build();
Modifier and Type | Method and Description |
---|---|
MatchScorer |
build()
Builds a
MatchScorer from the set values. |
public MatchScorer build()
MatchScorer
from the set values.MatchScorer
built from the set values