Uses of Package
org.apache.lucene.util.packed
-
Packages that use org.apache.lucene.util.packed Package Description org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80
for an overview of the index format.org.apache.lucene.codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84
for an overview of the index 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.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.compressing Class Description BlockPackedReaderIterator Reader for sequences of longs written withBlockPackedWriter
.BlockPackedWriter A writer for large sequences of longs.PackedInts.Mutable A packed integer array that can be modified.PackedInts.Reader A read-only random access array of positive integers. -
Classes in org.apache.lucene.util.packed used by org.apache.lucene.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.codecs.lucene70 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.lucene80 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.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.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
.