java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.DocValuesIterator
org.apache.lucene.index.BinaryDocValues
- Direct Known Subclasses:
BinaryDocValuesWriter.BufferedBinaryDocValues
,BinaryDocValuesWriter.SortingBinaryDocValues
,BinaryRangeDocValues
,FilterBinaryDocValues
,Lucene80DocValuesProducer.DenseBinaryDocValues
,Lucene80DocValuesProducer.SparseBinaryDocValues
,Lucene90DocValuesProducer.DenseBinaryDocValues
,Lucene90DocValuesProducer.SparseBinaryDocValues
A per-document numeric value.
-
Field Summary
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract BytesRef
Returns the binary value for the current document ID.Methods inherited from class org.apache.lucene.index.DocValuesIterator
advanceExact
Methods inherited from class org.apache.lucene.search.DocIdSetIterator
advance, all, cost, docID, empty, nextDoc, range, slowAdvance
-
Constructor Details
-
BinaryDocValues
protected BinaryDocValues()Sole constructor. (For invocation by subclass constructors, typically implicit.)
-
-
Method Details
-
binaryValue
Returns the binary value for the current document ID. It is illegal to call this method afterDocValuesIterator.advanceExact(int)
returnedfalse
.- Returns:
- binary value
- Throws:
IOException
-