Class SimpleCollector

java.lang.Object
org.apache.lucene.search.SimpleCollector
All Implemented Interfaces:
Collector, LeafCollector
Direct Known Subclasses:
TotalHitCountCollector

public abstract class SimpleCollector extends Object implements Collector, LeafCollector
Base Collector implementation that is used to collect all contexts.
WARNING: This API is experimental and might change in incompatible ways in the next release.