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. |
boolean |
needsScores()
Indicates if document scores are needed by this collector.
|
public final LeafCollector getLeafCollector(LeafReaderContext context) throws IOException
Collector
collector
to collect the given context.getLeafCollector
in interface Collector
context
- next atomic reader contextIOException
public final boolean needsScores()
Collector
needsScores
in interface Collector
true
if scores are needed.Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.