Uses of Class
org.apache.lucene.codecs.compressing.LZ4.HCHashTable
-
Packages that use LZ4.HCHashTable Package Description org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields. -
-
Uses of LZ4.HCHashTable in org.apache.lucene.codecs.compressing
Fields in org.apache.lucene.codecs.compressing declared as LZ4.HCHashTable Modifier and Type Field Description private LZ4.HCHashTable
CompressionMode.LZ4HighCompressor. ht
Methods in org.apache.lucene.codecs.compressing with parameters of type LZ4.HCHashTable Modifier and Type Method Description static void
LZ4. compressHC(byte[] src, int srcOff, int srcLen, DataOutput out, LZ4.HCHashTable ht)
Compressbytes[off:off+len]
intoout
.
-