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.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format. |
org.apache.lucene.codecs.lucene87 |
Lucene 8.7 file format.
|
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
FilterCodec.termVectorsFormat() |
abstract TermVectorsFormat |
Codec.termVectorsFormat()
Encodes/decodes term vectors
|
Modifier and Type | Class and Description |
---|---|
class |
CompressingTermVectorsFormat
A
TermVectorsFormat that compresses chunks of documents together in
order to improve the compression ratio. |
Modifier and Type | Class and Description |
---|---|
class |
Lucene50TermVectorsFormat
Lucene 5.0
term vectors format . |
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
Lucene87Codec.termVectorsFormat() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.