Uses of Package
org.apache.lucene.backward_codecs.packed
Packages that use org.apache.lucene.backward_codecs.packed
Package
Description
Lucene 5.0 compressing format.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Legacy PackedInts methods
-
Classes in org.apache.lucene.backward_codecs.packed used by org.apache.lucene.backward_codecs.lucene50.compressingClassDescriptionRetrieves an instance previously written by
LegacyDirectMonotonicWriter
.In-memory metadata that needs to be kept around forLegacyDirectMonotonicReader
to read data from disk. -
Classes in org.apache.lucene.backward_codecs.packed used by org.apache.lucene.backward_codecs.lucene70ClassDescriptionIn-memory metadata that needs to be kept around for
LegacyDirectMonotonicReader
to read data from disk. -
Classes in org.apache.lucene.backward_codecs.packed used by org.apache.lucene.backward_codecs.lucene80ClassDescriptionIn-memory metadata that needs to be kept around for
LegacyDirectMonotonicReader
to read data from disk. -
Classes in org.apache.lucene.backward_codecs.packed used by org.apache.lucene.backward_codecs.packedClassDescriptionRetrieves an instance previously written by
LegacyDirectMonotonicWriter
.In-memory metadata that needs to be kept around forLegacyDirectMonotonicReader
to read data from disk.Write monotonically-increasing sequences of integers.Class for writing packed integers to be directly read from Directory.This class is similar toLegacyPacked64
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.