public static class AssertingLeafReader.AssertingSortedNumericDocValues extends SortedNumericDocValues
NO_MORE_DOCS| Modifier and Type | Method and Description |
|---|---|
int |
advance(int target) |
boolean |
advanceExact(int target) |
long |
cost() |
static SortedNumericDocValues |
create(SortedNumericDocValues in,
int maxDoc) |
int |
docID() |
int |
docValueCount() |
int |
nextDoc() |
long |
nextValue() |
all, empty, range, slowAdvancepublic static SortedNumericDocValues create(SortedNumericDocValues in, int maxDoc)
public int docID()
docID in class DocIdSetIteratorpublic int nextDoc()
throws IOException
nextDoc in class DocIdSetIteratorIOExceptionpublic int advance(int target)
throws IOException
advance in class DocIdSetIteratorIOExceptionpublic boolean advanceExact(int target)
throws IOException
IOExceptionpublic long cost()
cost in class DocIdSetIteratorpublic long nextValue()
throws IOException
nextValue in class SortedNumericDocValuesIOExceptionpublic int docValueCount()
docValueCount in class SortedNumericDocValuesCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.