Uses of Package
org.apache.lucene.util.packed
Packages that use org.apache.lucene.util.packed
Package
Description
Lucene 5.0 file format.
Lucene 5.0 compressing format.
Lucene 9.2 file format.
Legacy PackedInts methods
Pluggable term index / block terms dictionary implementations.
Lucene 9.0 file format.
Lucene 9.0 compressing format.
Lucene 9.3 file format.
Code to maintain and access indices.
Finite state transducers
Packed integer arrays and streams.
-
Classes in org.apache.lucene.util.packed used by org.apache.lucene.backward_codecs.lucene50ClassDescriptionA decoder for packed integers.An encoder for packed integers.A format to write packed ints.
-
Classes in org.apache.lucene.util.packed used by org.apache.lucene.backward_codecs.lucene50.compressingClassDescriptionReader for sequences of longs written with
BlockPackedWriter
.A read-only random access array of positive integers. -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.backward_codecs.lucene92ClassDescriptionRetrieves an instance previously written by
DirectMonotonicWriter
.In-memory metadata that needs to be kept around forDirectMonotonicReader
to read data from disk. -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.backward_codecs.packedClassDescriptionAn encoder for packed integers.A format to write packed ints.A read-only random access array of positive integers.
-
Classes in org.apache.lucene.util.packed used by org.apache.lucene.codecs.blocktermsClassDescriptionProvides random access to a stream written with
MonotonicBlockPackedWriter
.A writer for large monotonically increasing sequences of positive longs. -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.codecs.lucene90ClassDescriptionIn-memory metadata that needs to be kept around for
DirectMonotonicReader
to read data from disk. -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.codecs.lucene90.compressingClassDescriptionReader for sequences of longs written with
BlockPackedWriter
.A writer for large sequences of longs.Retrieves an instance previously written byDirectMonotonicWriter
.In-memory metadata that needs to be kept around forDirectMonotonicReader
to read data from disk. -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.codecs.lucene94ClassDescriptionRetrieves an instance previously written by
DirectMonotonicWriter
.In-memory metadata that needs to be kept around forDirectMonotonicReader
to read data from disk. -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.indexClassDescriptionBase implementation for
PagedMutable
andPagedGrowableWriter
.ImplementsPackedInts.Mutable
, but grows the bit count of the underlying packed ints on-demand.Utility class to compress integers into aLongValues
instance.A Builder for aPackedLongValues
instance.An iterator over long values.APagedMutable
. -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.util.fst
-
Classes in org.apache.lucene.util.packed used by org.apache.lucene.util.packedClassDescriptionBase implementation for
PagedMutable
andPagedGrowableWriter
.Efficient sequential read/write of packed integers.Non-specializedBulkOperation
forPackedInts.Format.PACKED
.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
.This class is similar toPacked64
except that it trades space for speed by ensuring that a single block needs to be read/written in order to read/write a value.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.A simple base for Readers that keeps track of valueCount and bitsPerValue.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
.