public abstract class FilterCollector extends 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. |
boolean |
needsScores()
Indicates if document scores are needed by this collector.
|
String |
toString() |
protected final Collector in
public FilterCollector(Collector in)
public LeafCollector getLeafCollector(LeafReaderContext context) throws IOException
Collectorcollector to collect the given context.getLeafCollector in interface Collectorcontext - next atomic reader contextIOExceptionpublic boolean needsScores()
CollectorneedsScores in interface Collectortrue if scores are needed.Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.