Module org.apache.lucene.facet
Package org.apache.lucene.facet.taxonomy
Class OrdinalMappingLeafReader.OrdinalMappingBinaryDocValues
java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.DocValuesIterator
org.apache.lucene.index.BinaryDocValues
org.apache.lucene.index.FilterBinaryDocValues
org.apache.lucene.facet.taxonomy.OrdinalMappingLeafReader.OrdinalMappingBinaryDocValues
- Enclosing class:
OrdinalMappingLeafReader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IntsRef
private final OrdinalsReader.OrdinalsSegmentReader
Fields inherited from class org.apache.lucene.index.FilterBinaryDocValues
in
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the binary value for the current document ID.Methods inherited from class org.apache.lucene.index.FilterBinaryDocValues
advance, advanceExact, cost, docID, nextDoc
Methods inherited from class org.apache.lucene.search.DocIdSetIterator
all, empty, range, slowAdvance
-
Field Details
-
ordinals
-
ordsReader
-
-
Constructor Details
-
OrdinalMappingBinaryDocValues
OrdinalMappingBinaryDocValues(OrdinalsReader.OrdinalsSegmentReader ordsReader, BinaryDocValues in) throws IOException - Throws:
IOException
-
-
Method Details
-
binaryValue
Description copied from class:BinaryDocValues
Returns the binary value for the current document ID. It is illegal to call this method afterDocValuesIterator.advanceExact(int)
returnedfalse
.- Overrides:
binaryValue
in classFilterBinaryDocValues
- Returns:
- binary value
-