Class AbstractSolrCachingScorer

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected static class  AbstractSolrCachingScorer.LongCache  
      • Nested classes/interfaces inherited from class org.apache.lucene.search.Scorer

        org.apache.lucene.search.Scorer.ChildScorer
    • Field Summary

      • Fields inherited from class org.apache.lucene.search.Scorer

        weight
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int docID()  
      int freq()  
      protected static java.lang.Long getLong​(long l)  
      org.apache.lucene.search.DocIdSetIterator iterator()  
      float score()  
      • Methods inherited from class org.apache.lucene.search.Scorer

        getChildren, getWeight, twoPhaseIterator
      • Methods inherited from class java.lang.Object

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

      • getLong

        protected static java.lang.Long getLong​(long l)
      • score

        public float score()
                    throws java.io.IOException
        Specified by:
        score in class org.apache.lucene.search.Scorer
        Throws:
        java.io.IOException
      • freq

        public int freq()
                 throws java.io.IOException
        Specified by:
        freq in class org.apache.lucene.search.Scorer
        Throws:
        java.io.IOException
      • docID

        public int docID()
        Specified by:
        docID in class org.apache.lucene.search.Scorer
      • iterator

        public org.apache.lucene.search.DocIdSetIterator iterator()
        Specified by:
        iterator in class org.apache.lucene.search.Scorer