Uses of Class
com.google.appengine.api.search.MatchScorer
-
Packages that use MatchScorer Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of MatchScorer in com.google.appengine.api.search
Subclasses of MatchScorer in com.google.appengine.api.search Modifier and Type Class Description classRescoringMatchScorerAssigns a document score based on term frequency weighted on document parts.Methods in com.google.appengine.api.search that return MatchScorer Modifier and Type Method Description MatchScorerMatchScorer.Builder. build()Builds aMatchScorerfrom the set values.MatchScorerSortOptions. getMatchScorer()Methods in com.google.appengine.api.search with parameters of type MatchScorer Modifier and Type Method Description SortOptions.BuilderSortOptions.Builder. setMatchScorer(MatchScorer matchScorer)
-