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.

Scorer.Result

Stay organized with collections Save and categorize content based on your preferences.
com.google.appengine.api.search.dev

Class Scorer.Result

  • java.lang.Object
    • com.google.appengine.api.search.dev.Scorer.Result
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      Document doc 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Result(Document doc) 
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      abstract void addScores(SearchServicePb.SearchResult.Builder resultBuilder) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • doc

        public final Document doc
    • Constructor Detail

      • Result

        public Result(Document doc)
    • Method Detail

      • addScores

        public abstract void addScores(SearchServicePb.SearchResult.Builder resultBuilder)