Uses of Package
org.apache.lucene.util.packed
Packages that use org.apache.lucene.util.packed
-
Classes in org.apache.lucene.util.packed used by org.apache.lucene.util.packedClassDescriptionBase implementation for
PagedMutable
andPagedGrowableWriter
.Retrieves an instance previously written byDirectMonotonicWriter
.In-memory metadata that needs to be kept around forDirectMonotonicReader
to read data from disk.Write monotonically-increasing sequences of integers.Class for writing packed integers to be directly read from Directory.ImplementsPackedInts.Mutable
, but grows the bit count of the underlying packed ints on-demand.Provides random access to a stream written withMonotonicBlockPackedWriter
.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.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.Utility class to compress integers into aLongValues
instance.A Builder for aPackedLongValues
instance.An iterator over long values.APagedMutable
.