Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.compressing |
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
|
org.apache.lucene.codecs.lucene87 |
Lucene 8.7 file format.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
FilterCodec.storedFieldsFormat() |
abstract StoredFieldsFormat |
Codec.storedFieldsFormat()
Encodes/decodes stored fields
|
Modifier and Type | Class and Description |
---|---|
class |
CompressingStoredFieldsFormat
A
StoredFieldsFormat that compresses documents in chunks in
order to improve the compression ratio. |
Modifier and Type | Class and Description |
---|---|
class |
Lucene87StoredFieldsFormat
Lucene 8.7 stored fields format.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene87Codec.storedFieldsFormat() |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.