Uses of Class
org.apache.lucene.index.BinaryDocValues
-
Packages that use BinaryDocValues Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84for an overview of the index format.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.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.org.apache.lucene.search.join Support for index-time and query-time joins. -
-
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.lucene70
Subclasses of BinaryDocValues in org.apache.lucene.codecs.lucene70 Modifier and Type Class Description private static classLucene70DocValuesProducer.BaseSortedDocValuesprivate static classLucene70DocValuesProducer.DenseBinaryDocValuesprivate static classLucene70DocValuesProducer.SparseBinaryDocValuesMethods in org.apache.lucene.codecs.lucene70 that return BinaryDocValues Modifier and Type Method Description BinaryDocValuesLucene70DocValuesProducer. getBinary(FieldInfo field) -
Uses of BinaryDocValues in org.apache.lucene.codecs.lucene80
Subclasses of BinaryDocValues in org.apache.lucene.codecs.lucene80 Modifier and Type Class Description private static classLucene80DocValuesProducer.BaseSortedDocValuesprivate static classLucene80DocValuesProducer.DenseBinaryDocValuesprivate static classLucene80DocValuesProducer.SparseBinaryDocValuesMethods in org.apache.lucene.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.memory
Subclasses of BinaryDocValues in org.apache.lucene.codecs.memory Modifier and Type Class Description (package private) classLegacyBinaryDocValuesWrapperDeprecated.ImplementBinaryDocValuesdirectly.(package private) classLegacySortedDocValuesWrapperDeprecated.ImplementSortedDocValuesdirectly.Methods in org.apache.lucene.codecs.memory that return BinaryDocValues Modifier and Type Method Description BinaryDocValuesDirectDocValuesProducer. 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.classFilterSortedDocValuesDelegates all methods to a wrappedSortedDocValues.static classMultiDocValues.MultiSortedDocValuesImplements SortedDocValues over n subs, using an OrdinalMapclassSortedDocValuesA per-document byte[] with presorted values.private static classSortedDocValuesWriter.BufferedSortedDocValues(package private) static classSortedDocValuesWriter.SortingSortedDocValuesFields 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.BinaryDocValuesMergeReaderWrapper. getBinaryDocValues(java.lang.String 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
Subclasses of BinaryDocValues in org.apache.lucene.search Modifier and Type Class Description (package private) static classSortedSetSelector.MaxValueWraps a SortedSetDocValues and returns the last ordinal (max)(package private) static classSortedSetSelector.MiddleMaxValueWraps a SortedSetDocValues and returns the middle ordinal (or max of the two)(package private) static classSortedSetSelector.MiddleMinValueWraps a SortedSetDocValues and returns the middle ordinal (or min of the two)(package private) static classSortedSetSelector.MinValueWraps a SortedSetDocValues and returns the first ordinal (min)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) -
Uses of BinaryDocValues in org.apache.lucene.search.join
Subclasses of BinaryDocValues in org.apache.lucene.search.join Modifier and Type Class Description private static classToParentDocValues.SortedDVsMethods in org.apache.lucene.search.join that return types with arguments of type BinaryDocValues Modifier and Type Method Description (package private) static DocValuesTermsCollector.Function<BinaryDocValues>DocValuesTermsCollector. binaryDocValues(java.lang.String field)Method parameters in org.apache.lucene.search.join with type arguments of type BinaryDocValues Modifier and Type Method Description static GenericTermsCollectorGenericTermsCollector. createCollectorSV(DocValuesTermsCollector.Function<BinaryDocValues> svFunction, ScoreMode mode)Constructor parameters in org.apache.lucene.search.join with type arguments of type BinaryDocValues Constructor Description Avg(DocValuesTermsCollector.Function<BinaryDocValues> docValuesCall)SV(DocValuesTermsCollector.Function<BinaryDocValues> docValuesCall)SV(DocValuesTermsCollector.Function<BinaryDocValues> docValuesCall, ScoreMode scoreMode)
-