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 CompressingStoredFieldsReader |
CompressingStoredFieldsWriter.CompressingStoredFieldsMergeSub.reader |
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 |
---|
CompressingStoredFieldsMergeSub(CompressingStoredFieldsReader reader,
MergeState.DocMap docMap,
int maxDoc) |
CompressingStoredFieldsReader(CompressingStoredFieldsReader reader,
boolean merging) |