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, slowAdvance
public static SortedNumericDocValues create(SortedNumericDocValues in, int maxDoc)
public int docID()
docID
in class DocIdSetIterator
public int nextDoc() throws IOException
nextDoc
in class DocIdSetIterator
IOException
public int advance(int target) throws IOException
advance
in class DocIdSetIterator
IOException
public boolean advanceExact(int target) throws IOException
IOException
public long cost()
cost
in class DocIdSetIterator
public long nextValue() throws IOException
nextValue
in class SortedNumericDocValues
IOException
public int docValueCount()
docValueCount
in class SortedNumericDocValues
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.