Uses of Class
org.apache.lucene.index.BinaryDocValues
-
Packages that use BinaryDocValues Package Description org.apache.lucene.backward_codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.backward_codecs.lucene80 Components from the Lucene 8.0 index format.org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.document The logical representation of aDocumentfor indexing and searching.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.monitor Monitoring frameworkorg.apache.lucene.search Code to search indices.org.apache.lucene.search.highlight Highlighting search terms. -
-
Uses of BinaryDocValues in org.apache.lucene.backward_codecs.lucene70
Subclasses of BinaryDocValues in org.apache.lucene.backward_codecs.lucene70 Modifier and Type Class Description private static classLucene70DocValuesProducer.DenseBinaryDocValuesprivate static classLucene70DocValuesProducer.SparseBinaryDocValuesMethods in org.apache.lucene.backward_codecs.lucene70 that return BinaryDocValues Modifier and Type Method Description BinaryDocValuesLucene70DocValuesProducer. getBinary(FieldInfo field) -
Uses of BinaryDocValues in org.apache.lucene.backward_codecs.lucene80
Subclasses of BinaryDocValues in org.apache.lucene.backward_codecs.lucene80 Modifier and Type Class Description private static classLucene80DocValuesProducer.DenseBinaryDocValuesprivate static classLucene80DocValuesProducer.SparseBinaryDocValuesMethods in org.apache.lucene.backward_codecs.lucene80 that return BinaryDocValues Modifier and Type Method Description BinaryDocValuesLucene80DocValuesProducer. getBinary(FieldInfo field)private 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 BinaryDocValues Modifier and Type Field Description (package private) BinaryDocValuesDocValuesConsumer.BinaryDocValuesSub. valuesMethods in org.apache.lucene.codecs that return BinaryDocValues Modifier and Type Method Description abstract BinaryDocValuesDocValuesProducer. getBinary(FieldInfo field)ReturnsBinaryDocValuesfor this field.Constructors in org.apache.lucene.codecs with parameters of type BinaryDocValues Constructor Description BinaryDocValuesSub(MergeState.DocMap docMap, BinaryDocValues values) -
Uses of BinaryDocValues in org.apache.lucene.codecs.lucene90
Subclasses of BinaryDocValues in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description private static classLucene90DocValuesProducer.DenseBinaryDocValuesprivate static classLucene90DocValuesProducer.SparseBinaryDocValuesMethods in org.apache.lucene.codecs.lucene90 that return BinaryDocValues Modifier and Type Method Description BinaryDocValuesLucene90DocValuesProducer. getBinary(FieldInfo field) -
Uses of BinaryDocValues in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return BinaryDocValues Modifier and Type Method Description BinaryDocValuesPerFieldDocValuesFormat.FieldsReader. getBinary(FieldInfo field) -
Uses of BinaryDocValues in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return BinaryDocValues Modifier and Type Method Description BinaryDocValuesSimpleTextDocValuesReader. getBinary(FieldInfo fieldInfo) -
Uses of BinaryDocValues in org.apache.lucene.document
Subclasses of BinaryDocValues in org.apache.lucene.document Modifier and Type Class Description (package private) classBinaryRangeDocValuesFields in org.apache.lucene.document declared as BinaryDocValues Modifier and Type Field Description private BinaryDocValuesBinaryRangeDocValues. inConstructors in org.apache.lucene.document with parameters of type BinaryDocValues Constructor Description BinaryRangeDocValues(BinaryDocValues in, int numDims, int numBytesPerDimension) -
Uses of BinaryDocValues in org.apache.lucene.index
Subclasses of BinaryDocValues in org.apache.lucene.index Modifier and Type Class Description private static classBinaryDocValuesWriter.BufferedBinaryDocValues(package private) static classBinaryDocValuesWriter.SortingBinaryDocValuesclassFilterBinaryDocValuesDelegates all methods to a wrappedBinaryDocValues.Fields in org.apache.lucene.index declared as BinaryDocValues Modifier and Type Field Description protected BinaryDocValuesFilterBinaryDocValues. inWrapped valuesMethods in org.apache.lucene.index that return BinaryDocValues Modifier and Type Method Description (package private) static BinaryDocValuesDocValuesFieldUpdates.Iterator. asBinaryDocValues(DocValuesFieldUpdates.Iterator iterator)Wraps the given iterator as a BinaryDocValues instance.static BinaryDocValuesDocValues. emptyBinary()An emptyBinaryDocValueswhich returns no documentsstatic BinaryDocValuesDocValues. getBinary(LeafReader reader, java.lang.String field)Returns BinaryDocValues for the field, orDocValues.emptyBinary()if it has none.BinaryDocValuesEmptyDocValuesProducer. getBinary(FieldInfo field)BinaryDocValuesSegmentDocValuesProducer. getBinary(FieldInfo field)BinaryDocValuesCodecReader. getBinaryDocValues(java.lang.String field)BinaryDocValuesExitableDirectoryReader.ExitableFilterAtomicReader. getBinaryDocValues(java.lang.String field)BinaryDocValuesFilterLeafReader. getBinaryDocValues(java.lang.String field)abstract BinaryDocValuesLeafReader. getBinaryDocValues(java.lang.String field)ReturnsBinaryDocValuesfor this field, or null if no binary doc values were indexed for this field.BinaryDocValuesParallelLeafReader. getBinaryDocValues(java.lang.String field)static BinaryDocValuesMultiDocValues. getBinaryValues(IndexReader r, java.lang.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 BinaryDocValues Modifier and Type Method Description private static voidCheckIndex. checkBinaryDocValues(java.lang.String fieldName, int maxDoc, BinaryDocValues bdv, BinaryDocValues bdv2)Constructors in org.apache.lucene.index with parameters of type BinaryDocValues Constructor Description BinaryDVs(int maxDoc, Sorter.DocMap sortMap, BinaryDocValues oldValues)FilterBinaryDocValues(BinaryDocValues in)Sole constructor -
Uses of BinaryDocValues in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return BinaryDocValues Modifier and Type Method Description BinaryDocValuesMemoryIndex.MemoryIndexReader. getBinaryDocValues(java.lang.String field) -
Uses of BinaryDocValues in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as BinaryDocValues Modifier and Type Field Description (package private) BinaryDocValuesQueryIndex.DataValues. mq -
Uses of BinaryDocValues in org.apache.lucene.search
Fields in org.apache.lucene.search declared as BinaryDocValues Modifier and Type Field Description private BinaryDocValuesFieldComparator.TermValComparator. docTermsMethods in org.apache.lucene.search that return BinaryDocValues Modifier and Type Method Description protected BinaryDocValuesFieldComparator.TermValComparator. getBinaryDocValues(LeafReaderContext context, java.lang.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 BinaryDocValues Modifier and Type Method Description BinaryDocValuesTermVectorLeafReader. getBinaryDocValues(java.lang.String field)BinaryDocValuesWeightedSpanTermExtractor.DelegatingLeafReader. getBinaryDocValues(java.lang.String field)
-