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