public abstract class FilterCollector extends java.lang.Object implements Collector
Collector delegator.| Constructor and Description |
|---|
FilterCollector(Collector in)
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LeafCollector |
getLeafCollector(LeafReaderContext context)
Create a new
collector to collect the given context. |
ScoreMode |
scoreMode()
Indicates what features are required from the scorer.
|
java.lang.String |
toString() |
protected final Collector in
public FilterCollector(Collector in)
public LeafCollector getLeafCollector(LeafReaderContext context) throws java.io.IOException
Collectorcollector to collect the given context.getLeafCollector in interface Collectorcontext - next atomic reader contextjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object