Uses of Package
org.apache.lucene.util.compress
-
Packages that use org.apache.lucene.util.compress Package Description org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format.org.apache.lucene.backward_codecs.lucene80 Components from the Lucene 8.0 index format.org.apache.lucene.backward_codecs.lucene87 Lucene 8.7 file format.org.apache.lucene.codecs.compressing Compressing helper classes.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene90.blocktree BlockTree terms dictionary.org.apache.lucene.util.compress Compression utilities. -
Classes in org.apache.lucene.util.compress used by org.apache.lucene.backward_codecs.lucene50 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.backward_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.backward_codecs.lucene87 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.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.lucene90 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.codecs.lucene90.blocktree Class Description LZ4.HighCompressionHashTable A higher-precisionLZ4.HashTable
. -
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.LZ4.Table