Package org.apache.lucene.backward_codecs.packed
package org.apache.lucene.backward_codecs.packed
Legacy PackedInts methods
-
ClassesClassDescriptionRetrieves 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.Retrieves an instance previously written byLegacyDirectWriter
Class for writing packed integers to be directly read from Directory.Immutable version ofPacked64
which is constructed from am existingDataInput
.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.Legacy PackedInts operations.