Uses of Class
org.apache.lucene.util.packed.PackedLongValues
-
Packages that use PackedLongValues Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of PackedLongValues in org.apache.lucene.index
Fields in org.apache.lucene.index declared as PackedLongValues Modifier and Type Field Description private PackedLongValuesBinaryDocValuesWriter. finalLengthsprivate PackedLongValuesSortedSetDocValuesWriter. finalOrdCountsprivate PackedLongValuesSortedDocValuesWriter. finalOrdsprivate PackedLongValuesSortedSetDocValuesWriter. finalOrdsprivate PackedLongValuesNumericDocValuesWriter. finalValuesprivate PackedLongValuesSortedNumericDocValuesWriter. finalValuesprivate PackedLongValuesSortedNumericDocValuesWriter. finalValuesCount(package private) PackedLongValuesSortedSetDocValuesWriter.DocOrds. ords(package private) PackedLongValuesSortedNumericDocValuesWriter.LongValues. valuesMethods in org.apache.lucene.index that return PackedLongValues Modifier and Type Method Description (package private) static PackedLongValuesMergeState. removeDeletes(int maxDoc, Bits liveDocs)Constructors in org.apache.lucene.index with parameters of type PackedLongValues Constructor Description BufferedBinaryDocValues(PackedLongValues lengths, int maxLength, DataInput bytesIterator, DocIdSetIterator docsWithFields)BufferedNorms(PackedLongValues values, DocIdSetIterator docsWithFields)BufferedNumericDocValues(PackedLongValues values, DocIdSetIterator docsWithFields)BufferedSortedDocValues(BytesRefHash hash, int valueCount, PackedLongValues docToOrd, int[] sortedValues, int[] ordMap, DocIdSetIterator docsWithField)BufferedSortedNumericDocValues(PackedLongValues values, PackedLongValues valueCounts, DocIdSetIterator docsWithField)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.packed Modifier and Type Class Description (package private) classDeltaPackedLongValues(package private) classMonotonicLongValuesMethods in org.apache.lucene.util.packed that return PackedLongValues Modifier and Type Method Description PackedLongValuesPackedLongValues.Builder. build()Build aPackedLongValuesinstance that contains values that have been added to this builder.
-