Class SimpleCollector

java.lang.Object
org.apache.lucene.search.SimpleCollector
All Implemented Interfaces:
Collector, LeafCollector
Direct Known Subclasses:
AllGroupHeadsCollector, AllGroupsCollector, BlockGroupingCollector, CollectingMatcher.MatchCollector, DistinctValuesCollector.ValuesCollector, DocValuesTermsCollector, FirstPassGroupingCollector, GroupFacetCollector, MemoryAccountingBitsetCollector, ReadonlyQueryIndex.LazyMonitorQueryCollector, SecondPassGroupingCollector, TopGroupsCollector.MaxScoreCollector, TopSuggestDocsCollector, WritableQueryIndex.MonitorQueryCollector

public abstract class SimpleCollector extends Object implements Collector, LeafCollector
Base Collector implementation that is used to collect all contexts.