Package | Description |
---|---|
org.apache.lucene.codecs.compressing |
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
|
Modifier and Type | Field and Description |
---|---|
private LZ4.HashTable |
CompressionMode.LZ4FastCompressor.ht |
Modifier and Type | Method and Description |
---|---|
static void |
LZ4.compress(byte[] bytes,
int off,
int len,
DataOutput out,
LZ4.HashTable ht)
Compress
bytes[off:off+len] into out using
at most 16KB of memory. |