Package org.apache.lucene.search
Class PositiveScoresOnlyCollector
java.lang.Object
org.apache.lucene.search.FilterCollector
org.apache.lucene.search.PositiveScoresOnlyCollector
- All Implemented Interfaces:
Collector
-
Field Summary
Fields inherited from class org.apache.lucene.search.FilterCollector
in
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLeafCollector
(LeafReaderContext context) Create a newcollector
to collect the given context.Methods inherited from class org.apache.lucene.search.FilterCollector
scoreMode, toString
-
Constructor Details
-
PositiveScoresOnlyCollector
-
-
Method Details
-
getLeafCollector
Description copied from interface:Collector
Create a newcollector
to collect the given context.- Specified by:
getLeafCollector
in interfaceCollector
- Overrides:
getLeafCollector
in classFilterCollector
- Parameters:
context
- next atomic reader context- Throws:
IOException
-