Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

MatchScorer.Builder (Google App Engine API for Java)

Stay organized with collections Save and categorize content based on your preferences.
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 java.lang.Object
    A builder that constructs 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();