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
-
public class SolrAuthoritySetScorer extends AbstractSolrCachingScorer
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:
AbstractQParser
-
-
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 SolrAuthoritySetScorercreateAuthoritySetScorer(org.apache.lucene.search.Weight weight, org.apache.lucene.index.LeafReaderContext context, org.apache.solr.search.SolrIndexSearcher searcher, java.lang.String authorities)-
Methods inherited from class org.alfresco.solr.query.AbstractSolrCachingScorer
docID, freq, getLong, iterator, score
-
-
-
-
Method Detail
-
createAuthoritySetScorer
public static SolrAuthoritySetScorer createAuthoritySetScorer(org.apache.lucene.search.Weight weight, org.apache.lucene.index.LeafReaderContext context, org.apache.solr.search.SolrIndexSearcher searcher, java.lang.String authorities) throws java.io.IOException
- Throws:
java.io.IOException
-
-