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
    • Field Summary

      • Fields inherited from class org.apache.lucene.search.Scorer

        weight
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static SolrOwnerSetScorer createOwnerSetScorer​(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.apache.lucene.search.Scorer

        getChildren, getWeight, twoPhaseIterator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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,
                                                              java.lang.String authorities)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException