public class InternalProfileCollector extends Object implements org.apache.lucene.search.Collector
| Constructor and Description |
|---|
InternalProfileCollector(org.apache.lucene.search.Collector collector,
String reason,
List<InternalProfileCollector> children) |
| Modifier and Type | Method and Description |
|---|---|
CollectorResult |
getCollectorTree() |
org.apache.lucene.search.LeafCollector |
getLeafCollector(org.apache.lucene.index.LeafReaderContext context) |
String |
getName() |
String |
getReason() |
long |
getTime() |
boolean |
needsScores() |
public InternalProfileCollector(org.apache.lucene.search.Collector collector,
String reason,
List<InternalProfileCollector> children)
public long getTime()
public String getReason()
public String getName()
public org.apache.lucene.search.LeafCollector getLeafCollector(org.apache.lucene.index.LeafReaderContext context)
throws IOException
getLeafCollector in interface org.apache.lucene.search.CollectorIOExceptionpublic boolean needsScores()
needsScores in interface org.apache.lucene.search.Collectorpublic CollectorResult getCollectorTree()
Copyright © 2009–2017. All rights reserved.