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, getValueCount
binaryValue, intersect, lookupTerm, termsEnum
all, empty, range, slowAdvance
public DVOrdValues(SortedDocValues vals, DocIdSetIterator disi)
public int nextDoc() throws IOException
nextDoc
in class FieldUtil.OrdValues
IOException
public boolean advanceExact(int target) throws IOException
IOException
public int ordValue()
ordValue
in class SortedDocValues
public BytesRef lookupOrd(int ord) throws IOException
lookupOrd
in class SortedDocValues
IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.