Uses of Class
org.apache.lucene.index.BinaryDocValues
Packages that use BinaryDocValues
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format.Term dictionary, DocValues or Postings formats that are read
entirely into memory.
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.
Support for index-time and query-time joins.
-
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.lucene70
Subclasses of BinaryDocValues in org.apache.lucene.codecs.lucene70Modifier and TypeClassDescriptionprivate static classprivate static classprivate static classMethods in org.apache.lucene.codecs.lucene70 that return BinaryDocValuesModifier and TypeMethodDescription -
Uses of BinaryDocValues in org.apache.lucene.codecs.lucene80
Subclasses of BinaryDocValues in org.apache.lucene.codecs.lucene80Modifier and TypeClassDescriptionprivate static classprivate static classprivate static classMethods in org.apache.lucene.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.memory
Subclasses of BinaryDocValues in org.apache.lucene.codecs.memoryModifier and TypeClassDescription(package private) final classDeprecated.(package private) final classDeprecated.ImplementSortedDocValuesdirectly.Methods in org.apache.lucene.codecs.memory 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.documentFields in org.apache.lucene.document declared as BinaryDocValuesConstructors in org.apache.lucene.document with parameters of type BinaryDocValuesModifierConstructorDescription(package private)BinaryRangeDocValues(BinaryDocValues in, int numDims, int numBytesPerDimension) -
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.classDelegates all methods to a wrappedSortedDocValues.static classImplements SortedDocValues over n subs, using an OrdinalMapclassA per-document byte[] with presorted values.private static class(package private) static classFields 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.MergeReaderWrapper.getBinaryDocValues(String 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, int maxDoc, 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
Subclasses of BinaryDocValues in org.apache.lucene.searchModifier and TypeClassDescription(package private) static classWraps a SortedSetDocValues and returns the last ordinal (max)(package private) static classWraps a SortedSetDocValues and returns the middle ordinal (or max of the two)(package private) static classWraps a SortedSetDocValues and returns the middle ordinal (or min of the two)(package private) static classWraps a SortedSetDocValues and returns the first ordinal (min)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) -
Uses of BinaryDocValues in org.apache.lucene.search.join
Subclasses of BinaryDocValues in org.apache.lucene.search.joinMethods in org.apache.lucene.search.join that return types with arguments of type BinaryDocValuesModifier and TypeMethodDescription(package private) static DocValuesTermsCollector.Function<BinaryDocValues> DocValuesTermsCollector.binaryDocValues(String field) Method parameters in org.apache.lucene.search.join with type arguments of type BinaryDocValuesModifier and TypeMethodDescriptionstatic GenericTermsCollectorGenericTermsCollector.createCollectorSV(DocValuesTermsCollector.Function<BinaryDocValues> svFunction, ScoreMode mode) Constructor parameters in org.apache.lucene.search.join with type arguments of type BinaryDocValuesModifierConstructorDescription(package private)Avg(DocValuesTermsCollector.Function<BinaryDocValues> docValuesCall) (package private)SV(DocValuesTermsCollector.Function<BinaryDocValues> docValuesCall) (package private)SV(DocValuesTermsCollector.Function<BinaryDocValues> docValuesCall, ScoreMode scoreMode)
BinaryDocValuesdirectly.