Uses of Class
org.apache.lucene.codecs.compressing.LZ4.HashTable
-
Packages that use LZ4.HashTable Package Description org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields. -
-
Uses of LZ4.HashTable in org.apache.lucene.codecs.compressing
Fields in org.apache.lucene.codecs.compressing declared as LZ4.HashTable Modifier and Type Field Description private LZ4.HashTable
CompressionMode.LZ4FastCompressor. ht
Methods in org.apache.lucene.codecs.compressing with parameters of type LZ4.HashTable Modifier and Type Method Description static void
LZ4. compress(byte[] bytes, int off, int len, DataOutput out, LZ4.HashTable ht)
Compressbytes[off:off+len]
intoout
using at most 16KB of memory.
-