Uses of Class
com.google.appengine.api.search.MatchScorer.Builder
-
Packages that use MatchScorer.Builder Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of MatchScorer.Builder in com.google.appengine.api.search
Subclasses of MatchScorer.Builder in com.google.appengine.api.search Modifier and Type Class Description static classRescoringMatchScorer.BuilderA builder that constructsRescoringMatchScorers.Methods in com.google.appengine.api.search that return MatchScorer.Builder Modifier and Type Method Description static MatchScorer.BuilderMatchScorer. newBuilder()Creates and returns a MatchScorer Builder.Methods in com.google.appengine.api.search with parameters of type MatchScorer.Builder Modifier and Type Method Description SortOptions.BuilderSortOptions.Builder. setMatchScorer(MatchScorer.Builder builder)Sets the matchScorer to theMatchScorerbuilt from the builder.
-