Class SolrAuthorityScorer

java.lang.Object
org.apache.lucene.search.Scorer
org.alfresco.solr.query.AbstractSolrCachingScorer
org.alfresco.solr.query.SolrAuthorityScorer

public class SolrAuthorityScorer extends AbstractSolrCachingScorer
Find the set of docs that the supplied authority can read.

Note that anyDenyDenies is not directly supported by this class, see AbstractQParser.

Author:
Matt Ward
See Also:
  • Method Details

    • createAuthorityScorer

      public static SolrAuthorityScorer createAuthorityScorer(org.apache.lucene.search.Weight weight, org.apache.lucene.index.LeafReaderContext context, org.apache.solr.search.SolrIndexSearcher searcher, String authority) throws IOException
      Throws:
      IOException