Package org.apache.lucene.search
Class FilterCollector
- java.lang.Object
-
- org.apache.lucene.search.FilterCollector
-
- All Implemented Interfaces:
Collector
- Direct Known Subclasses:
CachingCollector,PositiveScoresOnlyCollector,TopGroupsCollector.TopDocsAndMaxScoreCollector
public abstract class FilterCollector extends java.lang.Object implements Collector
Collectordelegator.
-
-
Constructor Summary
Constructors Constructor Description FilterCollector(Collector in)Sole constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LeafCollectorgetLeafCollector(LeafReaderContext context)Create a newcollectorto collect the given context.ScoreModescoreMode()Indicates what features are required from the scorer.java.lang.StringtoString()
-
-
-
Field Detail
-
in
protected final Collector in
-
-
Constructor Detail
-
FilterCollector
public FilterCollector(Collector in)
Sole constructor.
-
-
Method Detail
-
getLeafCollector
public LeafCollector getLeafCollector(LeafReaderContext context) throws java.io.IOException
Description copied from interface:CollectorCreate a newcollectorto collect the given context.- Specified by:
getLeafCollectorin interfaceCollector- Parameters:
context- next atomic reader context- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-