Uses of Package
org.apache.lucene.util.packed
-
Packages that use org.apache.lucene.util.packed Package Description org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format.org.apache.lucene.backward_codecs.lucene50.compressing Lucene 5.0 compressing format.org.apache.lucene.backward_codecs.packed Legacy PackedInts methodsorg.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene90.compressing Lucene 9.0 compressing format.org.apache.lucene.codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util.fst Finite state transducersorg.apache.lucene.util.packed Packed integer arrays and streams. -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.backward_codecs.lucene50 Class Description PackedInts.Decoder A decoder for packed integers.PackedInts.Encoder An encoder for packed integers.PackedInts.Format A format to write packed ints. -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.backward_codecs.lucene50.compressing Class Description BlockPackedReaderIterator Reader for sequences of longs written withBlockPackedWriter
.PackedInts.Reader A read-only random access array of positive integers. -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.backward_codecs.packed Class Description PackedInts.Encoder An encoder for packed integers.PackedInts.Format A format to write packed ints.PackedInts.Reader A read-only random access array of positive integers. -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.codecs.blockterms Class Description MonotonicBlockPackedReader Provides random access to a stream written withMonotonicBlockPackedWriter
.MonotonicBlockPackedWriter A writer for large monotonically increasing sequences of positive longs. -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.codecs.lucene90 Class Description DirectMonotonicReader.Meta 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.lucene90.compressing Class Description BlockPackedReaderIterator Reader for sequences of longs written withBlockPackedWriter
.BlockPackedWriter A writer for large sequences of longs.DirectMonotonicReader Retrieves an instance previously written byDirectMonotonicWriter
.DirectMonotonicReader.Meta 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.lucene92 Class Description DirectMonotonicReader Retrieves an instance previously written byDirectMonotonicWriter
.DirectMonotonicReader.Meta 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.index Class Description AbstractPagedMutable Base implementation forPagedMutable
andPagedGrowableWriter
.PackedLongValues Utility class to compress integers into aLongValues
instance.PackedLongValues.Builder A Builder for aPackedLongValues
instance.PackedLongValues.Iterator An iterator over long values.PagedGrowableWriter PagedMutable APagedMutable
. -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.util.fst Class Description PagedGrowableWriter -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.util.packed Class Description AbstractBlockPackedWriter AbstractPagedMutable Base implementation forPagedMutable
andPagedGrowableWriter
.BulkOperation Efficient sequential read/write of packed integers.BulkOperationPacked Non-specializedBulkOperation
forPackedInts.Format.PACKED
.DeltaPackedLongValues DeltaPackedLongValues.Builder DirectMonotonicReader Retrieves an instance previously written byDirectMonotonicWriter
.DirectMonotonicReader.Meta In-memory metadata that needs to be kept around forDirectMonotonicReader
to read data from disk.DirectMonotonicWriter Write monotonically-increasing sequences of integers.DirectWriter Class for writing packed integers to be directly read from Directory.GrowableWriter ImplementsPackedInts.Mutable
, but grows the bit count of the underlying packed ints on-demand.MonotonicBlockPackedReader Provides random access to a stream written withMonotonicBlockPackedWriter
.MonotonicLongValues Packed64SingleBlock 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.PackedInts.Decoder A decoder for packed integers.PackedInts.Encoder An encoder for packed integers.PackedInts.Format A format to write packed ints.PackedInts.FormatAndBits Simple class that holds a format and a number of bits per value.PackedInts.Mutable A packed integer array that can be modified.PackedInts.MutableImpl PackedInts.Reader A read-only random access array of positive integers.PackedInts.ReaderImpl A simple base for Readers that keeps track of valueCount and bitsPerValue.PackedInts.ReaderIterator Run-once iterator interface, to decode previously saved PackedInts.PackedInts.ReaderIteratorImpl PackedInts.Writer A write-once Writer.PackedLongValues Utility class to compress integers into aLongValues
instance.PackedLongValues.Builder A Builder for aPackedLongValues
instance.PackedLongValues.Iterator An iterator over long values.PagedGrowableWriter PagedMutable APagedMutable
.