Uses of Interface
org.apache.lucene.util.packed.PackedInts.Decoder
Packages that use PackedInts.Decoder
Package
Description
Lucene 5.0 file format.
Packed integer arrays and streams.
-
Uses of PackedInts.Decoder in org.apache.lucene.backward_codecs.lucene50
Fields in org.apache.lucene.backward_codecs.lucene50 declared as PackedInts.DecoderMethods in org.apache.lucene.backward_codecs.lucene50 with parameters of type PackedInts.DecoderModifier and TypeMethodDescriptionprivate static int
ForUtil.computeIterations
(PackedInts.Decoder decoder) Compute the number of iterations required to decodeBLOCK_SIZE
values with the providedPackedInts.Decoder
. -
Uses of PackedInts.Decoder in org.apache.lucene.util.packed
Classes in org.apache.lucene.util.packed that implement PackedInts.DecoderModifier and TypeClassDescription(package private) class
Efficient sequential read/write of packed integers.(package private) class
Non-specializedBulkOperation
forPackedInts.Format.PACKED
.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Efficient sequential read/write of packed integers.(package private) final class
Non-specializedBulkOperation
forPackedInts.Format.PACKED_SINGLE_BLOCK
.Methods in org.apache.lucene.util.packed that return PackedInts.DecoderModifier and TypeMethodDescriptionstatic PackedInts.Decoder
PackedInts.getDecoder
(PackedInts.Format format, int version, int bitsPerValue) Get aPackedInts.Decoder
.