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, setScorerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompetitiveIteratorpublic 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-2021 Apache Software Foundation. All Rights Reserved.