Uses of Class
org.apache.lucene.util.compress.LZ4.FastCompressionHashTable
-
Packages that use LZ4.FastCompressionHashTable Package Description 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.codecs.lucene87 Lucene 8.7 file format. -
-
Uses of LZ4.FastCompressionHashTable in org.apache.lucene.codecs.compressing
Fields in org.apache.lucene.codecs.compressing declared as LZ4.FastCompressionHashTable Modifier and Type Field Description private LZ4.FastCompressionHashTable
CompressionMode.LZ4FastCompressor. ht
-
Uses of LZ4.FastCompressionHashTable in org.apache.lucene.codecs.lucene80
Fields in org.apache.lucene.codecs.lucene80 declared as LZ4.FastCompressionHashTable Modifier and Type Field Description (package private) LZ4.FastCompressionHashTable
Lucene80DocValuesConsumer.CompressedBinaryBlockWriter. ht
-
Uses of LZ4.FastCompressionHashTable in org.apache.lucene.codecs.lucene87
Fields in org.apache.lucene.codecs.lucene87 declared as LZ4.FastCompressionHashTable Modifier and Type Field Description (package private) LZ4.FastCompressionHashTable
LZ4WithPresetDictCompressionMode.LZ4WithPresetDictCompressor. hashTable
-