Package org.alfresco.solr.query
Class SolrAuthoritySetScorer
java.lang.Object
org.apache.lucene.search.Scorer
org.alfresco.solr.query.AbstractSolrCachingScorer
org.alfresco.solr.query.SolrAuthoritySetScorer
Find the set of docs that the specified authority set can read.
Note that anyDenyDenies is not directly supported by this class, see AbstractQParser.
- Author:
- Matt Ward
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.alfresco.solr.query.AbstractSolrCachingScorer
AbstractSolrCachingScorer.LongCacheNested 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
Modifier and TypeMethodDescriptionstatic SolrAuthoritySetScorercreateAuthoritySetScorer(org.apache.lucene.search.Weight weight, org.apache.lucene.index.LeafReaderContext context, org.apache.solr.search.SolrIndexSearcher searcher, String authorities) Methods inherited from class org.alfresco.solr.query.AbstractSolrCachingScorer
docID, freq, getLong, iterator, scoreMethods inherited from class org.apache.lucene.search.Scorer
getChildren, getWeight, twoPhaseIterator
-
Method Details
-
createAuthoritySetScorer
public static SolrAuthoritySetScorer createAuthoritySetScorer(org.apache.lucene.search.Weight weight, org.apache.lucene.index.LeafReaderContext context, org.apache.solr.search.SolrIndexSearcher searcher, String authorities) throws IOException - Throws:
IOException
-