Package org.apache.lucene.tests.index
Class AssertingLeafReader.AssertingBinaryDocValues
- java.lang.Object
- 
- org.apache.lucene.search.DocIdSetIterator
- 
- org.apache.lucene.index.BinaryDocValues
- 
- org.apache.lucene.tests.index.AssertingLeafReader.AssertingBinaryDocValues
 
 
 
- 
- Enclosing class:
- AssertingLeafReader
 
 public static class AssertingLeafReader.AssertingBinaryDocValues extends BinaryDocValues Wraps a BinaryDocValues but with additional asserts
- 
- 
Field Summary- 
Fields inherited from class org.apache.lucene.search.DocIdSetIteratorNO_MORE_DOCS
 
- 
 - 
Constructor SummaryConstructors Constructor Description AssertingBinaryDocValues(BinaryDocValues in, int maxDoc)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intadvance(int target)booleanadvanceExact(int target)BytesRefbinaryValue()longcost()intdocID()intnextDoc()StringtoString()- 
Methods inherited from class org.apache.lucene.search.DocIdSetIteratorall, empty, range, slowAdvance
 
- 
 
- 
- 
- 
Constructor Detail- 
AssertingBinaryDocValuespublic AssertingBinaryDocValues(BinaryDocValues in, int maxDoc) 
 
- 
 - 
Method Detail- 
docIDpublic int docID() - Specified by:
- docIDin class- DocIdSetIterator
 
 - 
nextDocpublic int nextDoc() throws IOException- Specified by:
- nextDocin class- DocIdSetIterator
- Throws:
- IOException
 
 - 
advancepublic int advance(int target) throws IOException- Specified by:
- advancein class- DocIdSetIterator
- Throws:
- IOException
 
 - 
advanceExactpublic boolean advanceExact(int target) throws IOException- Throws:
- IOException
 
 - 
costpublic long cost() - Specified by:
- costin class- DocIdSetIterator
 
 - 
binaryValuepublic BytesRef binaryValue() throws IOException - Specified by:
- binaryValuein class- BinaryDocValues
- Throws:
- IOException
 
 
- 
 
-