Package com.google.appengine.api.search
Class MatchScorer.Builder
- java.lang.Object
-
- com.google.appengine.api.search.MatchScorer.Builder
-
- Direct Known Subclasses:
RescoringMatchScorer.Builder
- Enclosing class:
- MatchScorer
public static class MatchScorer.Builder extends Object
A builder that constructsMatchScorers. 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();
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchScorerbuild()Builds aMatchScorerfrom the set values.
-
-
-
Method Detail
-
build
public MatchScorer build()
Builds aMatchScorerfrom the set values.- Returns:
- a
MatchScorerbuilt from the set values
-
-