Class SolrDeniedScorer


  • public class SolrDeniedScorer
    extends AbstractSolrCachingScorer
    Find the set of docs denied to an authority.
    Author:
    Matt Ward
    • Method Detail

      • createDenyScorer

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