Class SolrOwnerSetScorer


  • public class SolrOwnerSetScorer
    extends AbstractSolrCachingScorer
    Find the set of documents owned by the specified set of authorities, for those authorities that are users (e.g. we're not interested in groups etc.)
    Author:
    Matt Ward
    • Method Detail

      • createOwnerSetScorer

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