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.HCHashTable |
CompressionMode.LZ4HighCompressor.ht |
Modifier and Type | Method and Description |
---|---|
static void |
LZ4.compressHC(byte[] src,
int srcOff,
int srcLen,
DataOutput out,
LZ4.HCHashTable ht)
Compress
bytes[off:off+len] into out . |