Module org.apache.lucene.core
Package org.apache.lucene.codecs.lucene90.compressing
package org.apache.lucene.codecs.lucene90.compressing
Lucene 9.0 compressing format.
-
ClassDescriptionEfficient index format for block-based
Codec
s.AStoredFieldsFormat
that compresses documents in chunks in order to improve the compression ratio.A serialized document, you need to decode its input in order to get an actualDocument
.ATermVectorsFormat
that compresses chunks of documents together in order to improve the compression ratio.