public abstract static class FieldUtil.OrdValues extends SortedDocValues
NO_MORE_DOCS| Constructor and Description |
|---|
OrdValues() |
| Modifier and Type | Method and Description |
|---|---|
int |
advance(int target) |
abstract boolean |
advanceExact(int arg0) |
long |
cost() |
int |
docID() |
int |
getOrd() |
int |
getValueCount() |
abstract int |
nextDoc() |
binaryValue, intersect, lookupOrd, lookupTerm, ordValue, termsEnumall, empty, range, slowAdvancepublic int getOrd()
public int docID()
docID in class DocIdSetIteratorpublic abstract int nextDoc()
throws IOException
nextDoc in class DocIdSetIteratorIOExceptionpublic int advance(int target)
throws IOException
advance in class DocIdSetIteratorIOExceptionpublic long cost()
cost in class DocIdSetIteratorpublic int getValueCount()
getValueCount in class SortedDocValuespublic abstract boolean advanceExact(int arg0)
throws IOException
IOExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.