Uses of Interface
org.apache.lucene.util.packed.PackedInts.Encoder
Packages that use PackedInts.Encoder
Package
Description
Lucene 5.0 file format.
Legacy PackedInts methods
Packed integer arrays and streams.
-
Uses of PackedInts.Encoder in org.apache.lucene.backward_codecs.lucene50
Fields in org.apache.lucene.backward_codecs.lucene50 declared as PackedInts.Encoder -
Uses of PackedInts.Encoder in org.apache.lucene.backward_codecs.packed
Fields in org.apache.lucene.backward_codecs.packed declared as PackedInts.EncoderModifier and TypeFieldDescription(package private) final PackedInts.Encoder
LegacyDirectWriter.encoder
Methods in org.apache.lucene.backward_codecs.packed with parameters of type PackedInts.EncoderModifier and TypeMethodDescriptionprivate static int
LegacyDirectWriter.computeIterations
(PackedInts.Encoder encoder, int valueCount, int ramBudget) -
Uses of PackedInts.Encoder in org.apache.lucene.util.packed
Classes in org.apache.lucene.util.packed that implement PackedInts.EncoderModifier 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.EncoderModifier and TypeMethodDescriptionstatic PackedInts.Encoder
PackedInts.getEncoder
(PackedInts.Format format, int version, int bitsPerValue) Get anPackedInts.Encoder
.