public class MultiValueTermOrdinalCollector extends SimpleCollector
| Constructor and Description |
|---|
MultiValueTermOrdinalCollector(String fieldName,
SortedSetDocValues topLevelDocValues,
LongBitSet topLevelDocValuesBitSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(int doc) |
void |
doSetNextReader(LeafReaderContext context) |
ScoreMode |
scoreMode() |
getLeafCollector, setScorerpublic MultiValueTermOrdinalCollector(String fieldName, SortedSetDocValues topLevelDocValues, LongBitSet topLevelDocValuesBitSet)
public ScoreMode scoreMode()
public void doSetNextReader(LeafReaderContext context) throws IOException
doSetNextReader in class SimpleCollectorIOExceptionpublic void collect(int doc)
throws IOException
collect in interface LeafCollectorcollect in class SimpleCollectorIOExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.