public class GraphPointsCollector extends SimpleCollector
Constructor and Description |
---|
GraphPointsCollector(SchemaField collectField,
DocSet skipSet,
DocSet leafNodes) |
Modifier and Type | Method and Description |
---|---|
void |
collect(int segDoc) |
void |
doSetNextReader(LeafReaderContext context) |
int |
getNumHits() |
Query |
getResultQuery(SchemaField matchField,
boolean useAutomaton) |
boolean |
needsScores() |
void |
setCollectDocs(FixedBitSet target) |
getLeafCollector, setScorer
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLeafCollector
public GraphPointsCollector(SchemaField collectField, DocSet skipSet, DocSet leafNodes)
public void doSetNextReader(LeafReaderContext context) throws IOException
IOException
public Query getResultQuery(SchemaField matchField, boolean useAutomaton)
public void setCollectDocs(FixedBitSet target)
public int getNumHits()
public void collect(int segDoc) throws IOException
collect
in interface LeafCollector
collect
in class SimpleCollector
IOException
public boolean needsScores()
needsScores
in interface Collector
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.