Class AllAccessCollector

  • All Implemented Interfaces:
    org.apache.lucene.search.Collector, org.apache.lucene.search.LeafCollector

    public class AllAccessCollector
    extends org.apache.solr.search.DelegatingCollector
    • Field Summary

      • Fields inherited from class org.apache.solr.search.DelegatingCollector

        context, delegate, docBase, leafDelegate, scorer, setLastDelegateCount
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean acceptsDocsOutOfOrder()  
      • Methods inherited from class org.apache.solr.search.DelegatingCollector

        collect, doSetNextReader, finish, getDelegate, needsScores, setDelegate, setLastDelegate, setScorer
      • Methods inherited from class org.apache.lucene.search.SimpleCollector

        getLeafCollector
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AllAccessCollector

        public AllAccessCollector()
    • Method Detail

      • acceptsDocsOutOfOrder

        public boolean acceptsDocsOutOfOrder()