Module org.apache.lucene.codecs
Package org.apache.lucene.codecs.memory
package org.apache.lucene.codecs.memory
Term dictionary, DocValues or Postings formats that are read entirely into memory.
-
ClassesClassDescriptionWraps
Lucene101PostingsFormat
format 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 FSTOutputs
implementation forFSTTermsWriter
.Represents the metadata for one term.FST-based terms dictionary reader.FST-based term dict, using metadata as FST output.