Package org.apache.lucene.codecs.memory
package org.apache.lucene.codecs.memory
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
-
ClassesClassDescriptionWriter for
DirectDocValuesFormatIn-memory docvalues format that does no (or very little) compression.Reader forDirectDocValuesFormatWrapsLucene84PostingsFormatformat for on-disk storage, but then at read time loads and stores all terms and postings directly in RAM as byte[], int[].FST term dict + Lucene50PBFAn FSTOutputsimplementation forFSTTermsWriter.Represents the metadata for one term.FST-based terms dictionary reader.FST-based term dict, using metadata as FST output.Deprecated.Deprecated.ImplementBinaryDocValuesdirectly.Bridge helper methods for legacy codecs to map sorted doc values to iterables.Deprecated.UseNumericDocValuesinstead.Deprecated.ImplementNumericDocValuesdirectly.Deprecated.UseSortedDocValuesinstead.Deprecated.ImplementSortedDocValuesdirectly.Deprecated.UseSortedNumericDocValuesinstead.Deprecated.ImplementSortedNumericDocValuesdirectly.Deprecated.UseSortedSetDocValuesinstead.Deprecated.ImplementSortedSetDocValuesdirectly.
BinaryDocValuesinstead.