Uses of Package
org.apache.lucene.util.packed
Packages that use org.apache.lucene.util.packed
Package
Description
Lucene 4.5 file format.
Packed integer arrays and streams.
-
Classes in org.apache.lucene.util.packed used by org.apache.lucene.codecs.lucene45
-
Classes in org.apache.lucene.util.packed used by org.apache.lucene.util.packedClassDescriptionA decoder for an
EliasFanoEncoder
.Encode a non decreasing sequence of non negative whole numbers in the Elias-Fano encoding that was introduced in the 1970's by Peter Elias and Robert Fano.ImplementsPackedInts.Mutable
, but grows the bit count of the underlying packed ints on-demand.A decoder for packed integers.An encoder for packed integers.A format to write packed ints.Simple class that holds a format and a number of bits per value.Header identifying the structure of a packed integer array.A packed integer array that can be modified.A read-only random access array of positive integers.Run-once iterator interface, to decode previously saved PackedInts.A write-once Writer.APagedMutable
.