public static class FieldUtil.DVOrdValues extends FieldUtil.OrdValues
NO_MORE_DOCS| Constructor and Description |
|---|
DVOrdValues(SortedDocValues vals,
DocIdSetIterator disi) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
advanceExact(int target) |
BytesRef |
lookupOrd(int ord) |
int |
nextDoc() |
int |
ordValue() |
advance, cost, docID, getOrd, getValueCountbinaryValue, intersect, lookupTerm, termsEnumall, empty, range, slowAdvancepublic DVOrdValues(SortedDocValues vals, DocIdSetIterator disi)
public int nextDoc()
throws IOException
nextDoc in class FieldUtil.OrdValuesIOExceptionpublic boolean advanceExact(int target)
throws IOException
IOExceptionpublic int ordValue()
ordValue in class SortedDocValuespublic BytesRef lookupOrd(int ord) throws IOException
lookupOrd in class SortedDocValuesIOExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.