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