Class SolrPathScorer


  • public class SolrPathScorer
    extends org.apache.lucene.search.Scorer
    • Nested Class Summary

      • 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
      static SolrPathScorer createPathScorer​(SolrPathQuery solrPathQuery, org.apache.lucene.index.LeafReaderContext context, org.apache.lucene.search.Weight weight, org.alfresco.service.cmr.dictionary.DictionaryService dictionarySertvice, boolean repeat)  
      int docID()  
      int freq()  
      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

      • createPathScorer

        public static SolrPathScorer createPathScorer​(SolrPathQuery solrPathQuery,
                                                      org.apache.lucene.index.LeafReaderContext context,
                                                      org.apache.lucene.search.Weight weight,
                                                      org.alfresco.service.cmr.dictionary.DictionaryService dictionarySertvice,
                                                      boolean repeat)
                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • 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