Uses of Package
org.apache.lucene.util.compress
-
Packages that use org.apache.lucene.util.compress Package Description org.apache.lucene.codecs.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84
for an overview of the index format.org.apache.lucene.util.compress Compression utilities. -
Classes in org.apache.lucene.util.compress used by org.apache.lucene.codecs.blocktree Class Description LZ4.HighCompressionHashTable A higher-precisionLZ4.HashTable
. -
Classes in org.apache.lucene.util.compress used by org.apache.lucene.codecs.compressing Class Description LZ4.FastCompressionHashTable Simple lossyLZ4.HashTable
that only stores the last ocurrence for each hash on2^14
bytes of memory.LZ4.HighCompressionHashTable A higher-precisionLZ4.HashTable
. -
Classes in org.apache.lucene.util.compress used by org.apache.lucene.codecs.lucene80 Class Description LZ4.FastCompressionHashTable Simple lossyLZ4.HashTable
that only stores the last ocurrence for each hash on2^14
bytes of memory. -
Classes in org.apache.lucene.util.compress used by org.apache.lucene.util.compress Class Description LZ4.HashTable A record of previous occurrences of sequences of 4 bytes.