GenericScorer.Result

com.google.appengine.api.search.dev

Class GenericScorer.Result

  • Enclosing class:
    GenericScorer


    public class GenericScorer.Result
    extends Scorer.Result
    Result class for GenericScorer. Keeps intermediate values produced by sorters.
    • Field Summary

    • Constructor Summary

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

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

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

      • Result

        public Result(Document doc)
    • Method Detail

      • getValue

        public java.lang.Object getValue(int idx)
      • addScores

        public void addScores(SearchServicePb.SearchResult.Builder resultBuilder)
        Specified by:
        addScores in class Scorer.Result