Uses of Class
org.apache.lucene.util.packed.PackedInts.Reader
-
Packages that use PackedInts.Reader Package Description org.apache.lucene.backward_codecs.lucene50.compressing Lucene 5.0 compressing format.org.apache.lucene.backward_codecs.packed Legacy PackedInts methodsorg.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of PackedInts.Reader in org.apache.lucene.backward_codecs.lucene50.compressing
Fields in org.apache.lucene.backward_codecs.lucene50.compressing declared as PackedInts.Reader Modifier and Type Field Description (package private) PackedInts.Reader[]LegacyFieldsIndexReader. docBasesDeltas(package private) PackedInts.Reader[]LegacyFieldsIndexReader. startPointersDeltasMethods in org.apache.lucene.backward_codecs.lucene50.compressing with parameters of type PackedInts.Reader Modifier and Type Method Description private int[][]Lucene50CompressingTermVectorsReader. positionIndex(int skip, int numFields, PackedInts.Reader numTerms, int[] termFreqs)private int[][]Lucene50CompressingTermVectorsReader. readPositions(int skip, int numFields, PackedInts.Reader flags, PackedInts.Reader numTerms, int[] termFreqs, int flag, int totalPositions, int[][] positionIndex) -
Uses of PackedInts.Reader in org.apache.lucene.backward_codecs.packed
Subclasses of PackedInts.Reader in org.apache.lucene.backward_codecs.packed Modifier and Type Class Description (package private) classLegacyPacked64Immutable version ofPacked64which is constructed from am existingDataInput.(package private) classLegacyPacked64SingleBlockThis class is similar toLegacyPacked64except that it trades space for speed by ensuring that a single block needs to be read/written in order to read/write a value.(package private) static classLegacyPacked64SingleBlock.Packed64SingleBlock1(package private) static classLegacyPacked64SingleBlock.Packed64SingleBlock10(package private) static classLegacyPacked64SingleBlock.Packed64SingleBlock12(package private) static classLegacyPacked64SingleBlock.Packed64SingleBlock16(package private) static classLegacyPacked64SingleBlock.Packed64SingleBlock2(package private) static classLegacyPacked64SingleBlock.Packed64SingleBlock21(package private) static classLegacyPacked64SingleBlock.Packed64SingleBlock3(package private) static classLegacyPacked64SingleBlock.Packed64SingleBlock32(package private) static classLegacyPacked64SingleBlock.Packed64SingleBlock4(package private) static classLegacyPacked64SingleBlock.Packed64SingleBlock5(package private) static classLegacyPacked64SingleBlock.Packed64SingleBlock6(package private) static classLegacyPacked64SingleBlock.Packed64SingleBlock7(package private) static classLegacyPacked64SingleBlock.Packed64SingleBlock8(package private) static classLegacyPacked64SingleBlock.Packed64SingleBlock9Methods in org.apache.lucene.backward_codecs.packed that return PackedInts.Reader Modifier and Type Method Description static PackedInts.ReaderLegacyPackedInts. getReaderNoHeader(DataInput in, PackedInts.Format format, int version, int valueCount, int bitsPerValue)Expert: Restore aPackedInts.Readerfrom a stream without reading metadata at the beginning of the stream. -
Uses of PackedInts.Reader in org.apache.lucene.util.packed
Subclasses of PackedInts.Reader in org.apache.lucene.util.packed Modifier and Type Class Description (package private) classDirectPacked64SingleBlockReader(package private) classDirectPackedReaderclassGrowableWriterImplementsPackedInts.Mutable, but grows the bit count of the underlying packed ints on-demand.(package private) classPacked64Space optimized random access capable array of values with a fixed number of bits/value.(package private) classPacked64SingleBlockThis class is similar toPacked64except that it trades space for speed by ensuring that a single block needs to be read/written in order to read/write a value.(package private) static classPacked64SingleBlock.Packed64SingleBlock1(package private) static classPacked64SingleBlock.Packed64SingleBlock10(package private) static classPacked64SingleBlock.Packed64SingleBlock12(package private) static classPacked64SingleBlock.Packed64SingleBlock16(package private) static classPacked64SingleBlock.Packed64SingleBlock2(package private) static classPacked64SingleBlock.Packed64SingleBlock21(package private) static classPacked64SingleBlock.Packed64SingleBlock3(package private) static classPacked64SingleBlock.Packed64SingleBlock32(package private) static classPacked64SingleBlock.Packed64SingleBlock4(package private) static classPacked64SingleBlock.Packed64SingleBlock5(package private) static classPacked64SingleBlock.Packed64SingleBlock6(package private) static classPacked64SingleBlock.Packed64SingleBlock7(package private) static classPacked64SingleBlock.Packed64SingleBlock8(package private) static classPacked64SingleBlock.Packed64SingleBlock9static classPackedInts.MutableA packed integer array that can be modified.(package private) static classPackedInts.MutableImplstatic classPackedInts.NullReaderAPackedInts.Readerwhich has all its values equal to 0 (bitsPerValue = 0).(package private) static classPackedInts.ReaderImplA simple base for Readers that keeps track of valueCount and bitsPerValue.Fields in org.apache.lucene.util.packed declared as PackedInts.Reader Modifier and Type Field Description (package private) PackedInts.Reader[]PackedLongValues.Builder. values(package private) PackedInts.Reader[]PackedLongValues. valuesMethods in org.apache.lucene.util.packed with parameters of type PackedInts.Reader Modifier and Type Method Description static voidPackedInts. copy(PackedInts.Reader src, int srcPos, PackedInts.Mutable dest, int destPos, int len, int mem)Copysrc[srcPos:srcPos+len]intodest[destPos:destPos+len]using at mostmembytes.(package private) static voidPackedInts. copy(PackedInts.Reader src, int srcPos, PackedInts.Mutable dest, int destPos, int len, long[] buf)Same asPackedInts.copy(Reader, int, Mutable, int, int, int)but using a pre-allocated buffer.Constructors in org.apache.lucene.util.packed with parameters of type PackedInts.Reader Constructor Description DeltaPackedLongValues(int pageShift, int pageMask, PackedInts.Reader[] values, long[] mins, long size, long ramBytesUsed)MonotonicLongValues(int pageShift, int pageMask, PackedInts.Reader[] values, long[] mins, float[] averages, long size, long ramBytesUsed)PackedLongValues(int pageShift, int pageMask, PackedInts.Reader[] values, long size, long ramBytesUsed)
-