Package org.apache.lucene.search
Class MultiCollectorManager.Collectors
java.lang.Object
org.apache.lucene.search.MultiCollectorManager.Collectors
- All Implemented Interfaces:
Collector
- Enclosing class:
MultiCollectorManager
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal LeafCollectorgetLeafCollector(LeafReaderContext context) Create a newcollectorto collect the given context.final ScoreModeIndicates what features are required from the scorer.
-
Field Details
-
collectors
-
-
Constructor Details
-
Collectors
- Throws:
IOException
-
-
Method Details
-
getLeafCollector
Description copied from interface:CollectorCreate a newcollectorto collect the given context.- Specified by:
getLeafCollectorin interfaceCollector- Parameters:
context- next atomic reader context- Throws:
IOException
-
scoreMode
Description copied from interface:CollectorIndicates what features are required from the scorer.
-