public class MultiCollectorManager.Collectors extends java.lang.Object implements Collector
Modifier and Type | Class and Description |
---|---|
class |
MultiCollectorManager.Collectors.LeafCollectors |
Modifier and Type | Field and Description |
---|---|
private Collector[] |
collectors |
Modifier | Constructor and Description |
---|---|
private |
Collectors() |
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.
|
private final Collector[] collectors
private Collectors() throws java.io.IOException
java.io.IOException
public final LeafCollector getLeafCollector(LeafReaderContext context) throws java.io.IOException
Collector
collector
to collect the given context.getLeafCollector
in interface Collector
context
- next atomic reader contextjava.io.IOException