public static class AssertingLeafReader.AssertingBinaryDocValues extends BinaryDocValues
NO_MORE_DOCS| Constructor and Description |
|---|
AssertingBinaryDocValues(BinaryDocValues in,
int maxDoc) |
| Modifier and Type | Method and Description |
|---|---|
int |
advance(int target) |
boolean |
advanceExact(int target) |
BytesRef |
binaryValue() |
long |
cost() |
int |
docID() |
int |
nextDoc() |
String |
toString() |
all, empty, range, slowAdvancepublic AssertingBinaryDocValues(BinaryDocValues 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 BytesRef binaryValue() throws IOException
binaryValue in class BinaryDocValuesIOExceptionCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.