public static class AssertingLeafReader.AssertingSortedDocValues extends SortedDocValues
NO_MORE_DOCS
Constructor and Description |
---|
AssertingSortedDocValues(SortedDocValues in,
int maxDoc) |
Modifier and Type | Method and Description |
---|---|
int |
advance(int target) |
boolean |
advanceExact(int target) |
BytesRef |
binaryValue() |
long |
cost() |
int |
docID() |
int |
getValueCount() |
BytesRef |
lookupOrd(int ord) |
int |
lookupTerm(BytesRef key) |
int |
nextDoc() |
int |
ordValue() |
intersect, termsEnum
all, empty, range, slowAdvance
public AssertingSortedDocValues(SortedDocValues 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 int ordValue() throws IOException
ordValue
in class SortedDocValues
IOException
public BytesRef lookupOrd(int ord) throws IOException
lookupOrd
in class SortedDocValues
IOException
public int getValueCount()
getValueCount
in class SortedDocValues
public BytesRef binaryValue() throws IOException
binaryValue
in class SortedDocValues
IOException
public int lookupTerm(BytesRef key) throws IOException
lookupTerm
in class SortedDocValues
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.