Uses of Class
org.apache.lucene.index.BinaryDocValues
Packages that use BinaryDocValues
Package
Description
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
The logical representation of a
Document
for indexing and
searching.Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Monitoring framework
Code to search indices.
Highlighting search terms.
-
Uses of BinaryDocValues in org.apache.lucene.backward_codecs.lucene70
Subclasses of BinaryDocValues in org.apache.lucene.backward_codecs.lucene70Modifier and TypeClassDescriptionprivate static class
private static class
Methods in org.apache.lucene.backward_codecs.lucene70 that return BinaryDocValuesModifier and TypeMethodDescription -
Uses of BinaryDocValues in org.apache.lucene.backward_codecs.lucene80
Subclasses of BinaryDocValues in org.apache.lucene.backward_codecs.lucene80Modifier and TypeClassDescriptionprivate static class
private static class
Methods in org.apache.lucene.backward_codecs.lucene80 that return BinaryDocValuesModifier and TypeMethodDescriptionprivate BinaryDocValues
Lucene80DocValuesProducer.getCompressedBinary
(Lucene80DocValuesProducer.BinaryEntry entry) private BinaryDocValues
Lucene80DocValuesProducer.getUncompressedBinary
(Lucene80DocValuesProducer.BinaryEntry entry) -
Uses of BinaryDocValues in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as BinaryDocValuesModifier and TypeFieldDescription(package private) final BinaryDocValues
DocValuesConsumer.BinaryDocValuesSub.values
Methods in org.apache.lucene.codecs that return BinaryDocValuesModifier and TypeMethodDescriptionabstract BinaryDocValues
ReturnsBinaryDocValues
for this field.Constructors in org.apache.lucene.codecs with parameters of type BinaryDocValuesModifierConstructorDescriptionBinaryDocValuesSub
(MergeState.DocMap docMap, BinaryDocValues values) -
Uses of BinaryDocValues in org.apache.lucene.codecs.lucene90
Subclasses of BinaryDocValues in org.apache.lucene.codecs.lucene90Modifier and TypeClassDescriptionprivate static class
private static class
Methods in org.apache.lucene.codecs.lucene90 that return BinaryDocValuesModifier and TypeMethodDescription -
Uses of BinaryDocValues in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return BinaryDocValuesModifier and TypeMethodDescription -
Uses of BinaryDocValues in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return BinaryDocValuesModifier and TypeMethodDescription -
Uses of BinaryDocValues in org.apache.lucene.document
Subclasses of BinaryDocValues in org.apache.lucene.documentModifier and TypeClassDescriptionclass
A binary representation of a range that wraps a BinaryDocValues fieldFields in org.apache.lucene.document declared as BinaryDocValuesConstructors in org.apache.lucene.document with parameters of type BinaryDocValuesModifierConstructorDescriptionBinaryRangeDocValues
(BinaryDocValues in, int numDims, int numBytesPerDimension) Constructor for BinaryRangeDocValues -
Uses of BinaryDocValues in org.apache.lucene.index
Subclasses of BinaryDocValues in org.apache.lucene.indexModifier and TypeClassDescriptionprivate static class
(package private) static class
class
Delegates all methods to a wrappedBinaryDocValues
.Fields in org.apache.lucene.index declared as BinaryDocValuesModifier and TypeFieldDescriptionprotected final BinaryDocValues
FilterBinaryDocValues.in
Wrapped valuesMethods in org.apache.lucene.index that return BinaryDocValuesModifier and TypeMethodDescription(package private) static BinaryDocValues
DocValuesFieldUpdates.Iterator.asBinaryDocValues
(DocValuesFieldUpdates.Iterator iterator) Wraps the given iterator as a BinaryDocValues instance.static final BinaryDocValues
DocValues.emptyBinary()
An emptyBinaryDocValues
which returns no documentsstatic BinaryDocValues
DocValues.getBinary
(LeafReader reader, String field) Returns BinaryDocValues for the field, orDocValues.emptyBinary()
if it has none.final BinaryDocValues
CodecReader.getBinaryDocValues
(String field) ExitableDirectoryReader.ExitableFilterAtomicReader.getBinaryDocValues
(String field) FilterLeafReader.getBinaryDocValues
(String field) abstract BinaryDocValues
LeafReader.getBinaryDocValues
(String field) ReturnsBinaryDocValues
for this field, or null if no binary doc values were indexed for this field.ParallelLeafReader.getBinaryDocValues
(String field) static BinaryDocValues
MultiDocValues.getBinaryValues
(IndexReader r, String field) Returns a BinaryDocValues for a reader's docvalues (potentially merging on-the-fly)(package private) BinaryDocValues
BinaryDocValuesWriter.getDocValues()
Methods in org.apache.lucene.index with parameters of type BinaryDocValuesModifier and TypeMethodDescriptionprivate static void
CheckIndex.checkBinaryDocValues
(String fieldName, BinaryDocValues bdv, BinaryDocValues bdv2) Constructors in org.apache.lucene.index with parameters of type BinaryDocValuesModifierConstructorDescription(package private)
BinaryDVs
(int maxDoc, Sorter.DocMap sortMap, BinaryDocValues oldValues) protected
Sole constructor -
Uses of BinaryDocValues in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return BinaryDocValues -
Uses of BinaryDocValues in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as BinaryDocValues -
Uses of BinaryDocValues in org.apache.lucene.search
Fields in org.apache.lucene.search declared as BinaryDocValuesModifier and TypeFieldDescriptionprivate BinaryDocValues
FieldComparator.TermValComparator.docTerms
Methods in org.apache.lucene.search that return BinaryDocValuesModifier and TypeMethodDescriptionprotected BinaryDocValues
FieldComparator.TermValComparator.getBinaryDocValues
(LeafReaderContext context, String field) Retrieves the BinaryDocValues for the field in this segment -
Uses of BinaryDocValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return BinaryDocValuesModifier and TypeMethodDescriptionTermVectorLeafReader.getBinaryDocValues
(String field) WeightedSpanTermExtractor.DelegatingLeafReader.getBinaryDocValues
(String field)