| 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 |
|---|---|
(package private) boolean |
CompressingStoredFieldsWriter.tooDirty(CompressingStoredFieldsReader candidate)
Returns true if we should recompress this reader, even though we could bulk merge compressed data
|
| Constructor and Description |
|---|
CompressingStoredFieldsReader(CompressingStoredFieldsReader reader,
boolean merging) |