Package org.alfresco.solr.query
Class SolrReaderScorer
- java.lang.Object
-
- org.apache.lucene.search.Scorer
-
- org.alfresco.solr.query.AbstractSolrCachingScorer
-
- org.alfresco.solr.query.SolrReaderScorer
-
public class SolrReaderScorer extends AbstractSolrCachingScorer
Find the set of readable documents for a given authority.- Author:
- Matt Ward
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.alfresco.solr.query.AbstractSolrCachingScorer
AbstractSolrCachingScorer.LongCache
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SolrReaderScorercreateReaderScorer(org.apache.lucene.search.Weight weight, org.apache.lucene.index.LeafReaderContext context, org.apache.solr.search.SolrIndexSearcher searcher, java.lang.String authority)-
Methods inherited from class org.alfresco.solr.query.AbstractSolrCachingScorer
docID, freq, getLong, iterator, score
-
-
-
-
Method Detail
-
createReaderScorer
public static SolrReaderScorer createReaderScorer(org.apache.lucene.search.Weight weight, org.apache.lucene.index.LeafReaderContext context, org.apache.solr.search.SolrIndexSearcher searcher, java.lang.String authority) throws java.io.IOException
- Throws:
java.io.IOException
-
-