public class MultiCollectorManager.Collectors extends Object implements Collector
| Modifier and Type | Class and Description |
|---|---|
class |
MultiCollectorManager.Collectors.LeafCollectors |
| 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.
|
public final LeafCollector getLeafCollector(LeafReaderContext context) throws IOException
Collectorcollector to collect the given context.getLeafCollector in interface Collectorcontext - next atomic reader contextIOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.