Package | Description |
---|---|
org.apache.lucene.codecs.compressing |
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
|
Modifier and Type | Method and Description |
---|---|
private static void |
LZ4.copyTo(LZ4.Match m1,
LZ4.Match m2) |
(package private) boolean |
LZ4.HCHashTable.insertAndFindBestMatch(byte[] buf,
int off,
int matchLimit,
LZ4.Match match) |
(package private) boolean |
LZ4.HCHashTable.insertAndFindWiderMatch(byte[] buf,
int off,
int startLimit,
int matchLimit,
int minLen,
LZ4.Match match) |