Class SolrOwnerScorer


  • public class SolrOwnerScorer
    extends AbstractSolrCachingScorer
    Find the set of documents for which the specified authority is the owner. If the authority is not a user then an empty set is returned.
    Author:
    Matt Ward
    • Method Detail

      • createOwnerScorer

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