Uses of Package
org.apache.lucene.util.compress
Packages that use org.apache.lucene.util.compress
Package
Description
BlockTree terms dictionary.
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
Components from the Lucene 8.0 index format
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format.Lucene 8.7 file format.
Compression utilities.
-
Classes in org.apache.lucene.util.compress used by org.apache.lucene.codecs.blocktree
-
Classes in org.apache.lucene.util.compress used by org.apache.lucene.codecs.compressingClassDescriptionSimple lossy
LZ4.HashTablethat only stores the last ocurrence for each hash on2^14bytes of memory.A higher-precisionLZ4.HashTable. -
Classes in org.apache.lucene.util.compress used by org.apache.lucene.codecs.lucene80ClassDescriptionSimple lossy
LZ4.HashTablethat only stores the last ocurrence for each hash on2^14bytes of memory. -
Classes in org.apache.lucene.util.compress used by org.apache.lucene.codecs.lucene87ClassDescriptionSimple lossy
LZ4.HashTablethat only stores the last ocurrence for each hash on2^14bytes of memory. -
Classes in org.apache.lucene.util.compress used by org.apache.lucene.util.compress