Package | Description |
---|---|
org.apache.lucene.codecs.compressing |
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
|
org.apache.lucene.codecs.compressing.dummy |
Dummy CompressingCodec implementation used for testing.
|
org.apache.lucene.codecs.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene53 for an overview
of the index format. |
Class and Description |
---|
CompressingCodec
A codec that uses
CompressingStoredFieldsFormat for its stored
fields and delegates to the default codec for everything else. |
CompressingStoredFieldsIndexReader
Random-access reader for
CompressingStoredFieldsIndexWriter . |
CompressionMode
A compression mode.
|
Compressor
A data compressor.
|
Decompressor
A decompressor.
|
Class and Description |
---|
CompressingCodec
A codec that uses
CompressingStoredFieldsFormat for its stored
fields and delegates to the default codec for everything else. |
CompressionMode
A compression mode.
|
Class and Description |
---|
CompressingTermVectorsFormat
A
TermVectorsFormat that compresses chunks of documents together in
order to improve the compression ratio. |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.