Class SolrPathScorer


  • public class SolrPathScorer
    extends org.apache.lucene.search.Scorer
    • 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 IOException
        Throws:
        IOException
      • score

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

        public int freq()
                 throws IOException
        Specified by:
        freq in class org.apache.lucene.search.Scorer
        Throws:
        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