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 classprivate static classMethods 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 classprivate static classMethods in org.apache.lucene.backward_codecs.lucene80 that return BinaryDocValuesModifier and TypeMethodDescriptionprivate BinaryDocValuesLucene80DocValuesProducer.getCompressedBinary(Lucene80DocValuesProducer.BinaryEntry entry) private BinaryDocValuesLucene80DocValuesProducer.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 BinaryDocValuesDocValuesConsumer.BinaryDocValuesSub.valuesMethods in org.apache.lucene.codecs that return BinaryDocValuesModifier and TypeMethodDescriptionabstract BinaryDocValuesReturnsBinaryDocValuesfor 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 classprivate static classMethods 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 TypeClassDescriptionclassA 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 classclassDelegates all methods to a wrappedBinaryDocValues.Fields in org.apache.lucene.index declared as BinaryDocValuesModifier and TypeFieldDescriptionprotected final BinaryDocValuesFilterBinaryDocValues.inWrapped valuesMethods in org.apache.lucene.index that return BinaryDocValuesModifier and TypeMethodDescription(package private) static BinaryDocValuesDocValuesFieldUpdates.Iterator.asBinaryDocValues(DocValuesFieldUpdates.Iterator iterator) Wraps the given iterator as a BinaryDocValues instance.static final BinaryDocValuesDocValues.emptyBinary()An emptyBinaryDocValueswhich returns no documentsstatic BinaryDocValuesDocValues.getBinary(LeafReader reader, String field) Returns BinaryDocValues for the field, orDocValues.emptyBinary()if it has none.final BinaryDocValuesCodecReader.getBinaryDocValues(String field) ExitableDirectoryReader.ExitableFilterAtomicReader.getBinaryDocValues(String field) FilterLeafReader.getBinaryDocValues(String field) abstract BinaryDocValuesLeafReader.getBinaryDocValues(String field) ReturnsBinaryDocValuesfor this field, or null if no binary doc values were indexed for this field.ParallelLeafReader.getBinaryDocValues(String field) static BinaryDocValuesMultiDocValues.getBinaryValues(IndexReader r, String field) Returns a BinaryDocValues for a reader's docvalues (potentially merging on-the-fly)(package private) BinaryDocValuesBinaryDocValuesWriter.getDocValues()Methods in org.apache.lucene.index with parameters of type BinaryDocValuesModifier and TypeMethodDescriptionprivate static voidCheckIndex.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) protectedSole 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 BinaryDocValuesFieldComparator.TermValComparator.docTermsMethods in org.apache.lucene.search that return BinaryDocValuesModifier and TypeMethodDescriptionprotected BinaryDocValuesFieldComparator.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)