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.

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