Uses of Class
org.apache.lucene.util.packed.PackedLongValues
Packages that use PackedLongValues
Package
Description
Code to maintain and access indices.
Packed integer arrays and streams.
-
Uses of PackedLongValues in org.apache.lucene.index
Fields in org.apache.lucene.index declared as PackedLongValuesModifier and TypeFieldDescriptionprivate PackedLongValues
BinaryDocValuesWriter.finalLengths
private PackedLongValues
SortedSetDocValuesWriter.finalOrdCounts
private PackedLongValues
SortedDocValuesWriter.finalOrds
private PackedLongValues
SortedSetDocValuesWriter.finalOrds
private PackedLongValues
NumericDocValuesWriter.finalValues
private PackedLongValues
SortedNumericDocValuesWriter.finalValues
private PackedLongValues
SortedNumericDocValuesWriter.finalValuesCount
(package private) final PackedLongValues
SortedSetDocValuesWriter.DocOrds.ords
(package private) final PackedLongValues
SortedNumericDocValuesWriter.LongValues.values
Methods in org.apache.lucene.index that return PackedLongValuesModifier and TypeMethodDescription(package private) static PackedLongValues
MergeState.removeDeletes
(int maxDoc, Bits liveDocs) Methods in org.apache.lucene.index with parameters of type PackedLongValuesModifier and TypeMethodDescriptionprivate SortedNumericDocValues
SortedNumericDocValuesWriter.getValues
(PackedLongValues values, PackedLongValues valueCounts, DocsWithFieldSet docsWithField) private SortedSetDocValues
SortedSetDocValuesWriter.getValues
(int[] sortedValues, int[] ordMap, BytesRefHash hash, PackedLongValues ords, PackedLongValues ordCounts, int maxCount, DocsWithFieldSet docsWithField) Constructors in org.apache.lucene.index with parameters of type PackedLongValuesModifierConstructorDescription(package private)
BufferedBinaryDocValues
(PackedLongValues lengths, int maxLength, DataInput bytesIterator, DocIdSetIterator docsWithFields) (package private)
BufferedNorms
(PackedLongValues values, DocIdSetIterator docsWithFields) (package private)
BufferedNumericDocValues
(PackedLongValues values, DocIdSetIterator docsWithFields) BufferedSortedDocValues
(BytesRefHash hash, PackedLongValues docToOrd, int[] sortedValues, int[] ordMap, DocIdSetIterator docsWithField) (package private)
BufferedSortedNumericDocValues
(PackedLongValues values, PackedLongValues valueCounts, DocIdSetIterator docsWithField) (package private)
BufferedSortedSetDocValues
(int[] sortedValues, int[] ordMap, BytesRefHash hash, PackedLongValues ords, PackedLongValues ordCounts, int maxCount, DocIdSetIterator docsWithField) -
Uses of PackedLongValues in org.apache.lucene.util.packed
Subclasses of PackedLongValues in org.apache.lucene.util.packedModifier and TypeClassDescription(package private) class
(package private) class
Methods in org.apache.lucene.util.packed that return PackedLongValuesModifier and TypeMethodDescriptionPackedLongValues.Builder.build()
Build aPackedLongValues
instance that contains values that have been added to this builder.