MatchScorer.Result

com.google.appengine.api.search.dev

Class MatchScorer.Result

  • Enclosing class:
    MatchScorer


    public static class MatchScorer.Result
    extends Scorer.Result
    Result class for MatchScorer. Keeps lucene score for a document.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      float score 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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

      • score

        public float score
    • Method Detail

      • addScores

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