SimpleScorer

com.google.appengine.api.search.dev

Class SimpleScorer



  • public class SimpleScorer
    extends Scorer
    Scorer which orders documents using lucene build in Sort functionality.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      class  SimpleScorer.Result
      Result class specific for SimpleScorer.
    • Constructor Summary

      Constructors 
      Constructor and Description
      SimpleScorer(Sort sort) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Scorer.SearchResults search(IndexSearcher indexSearcher, Query q, int offset, int limit) 
      • Methods inherited from class java.lang.Object

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

      • SimpleScorer

        public SimpleScorer(Sort sort)
    • Method Detail

      • public Scorer.SearchResults search(IndexSearcher indexSearcher,
                                           Query q,
                                           int offset,
                                           int limit)
                                    throws java.io.IOException
        Specified by:
        search in class Scorer
        Throws:
        java.io.IOException