Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.asserting |
Codec for testing that asserts various contracts of the codec apis.
|
org.apache.lucene.codecs.compressing |
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
|
org.apache.lucene.codecs.cranky |
Codec for testing that throws random IOExceptions
|
org.apache.lucene.codecs.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene50 for an overview
of the index format. |
org.apache.lucene.codecs.lucene60 |
Components from the Lucene 6.0 index format.
|
org.apache.lucene.codecs.lucene62 |
Components from the Lucene 6.2 index format
See
org.apache.lucene.codecs.lucene70 for an overview
of the current index format. |
org.apache.lucene.codecs.lucene70 |
Lucene 7.0 file format.
|
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
Modifier and Type | Method and Description |
---|---|
abstract StoredFieldsFormat |
Codec.storedFieldsFormat()
Encodes/decodes stored fields
|
StoredFieldsFormat |
FilterCodec.storedFieldsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
AssertingStoredFieldsFormat
Just like the default stored fields format but with additional asserts.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
AssertingCodec.storedFieldsFormat() |
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 | Method and Description |
---|---|
StoredFieldsFormat |
CompressingCodec.storedFieldsFormat() |
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
CrankyCodec.storedFieldsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
Lucene50StoredFieldsFormat
Lucene 5.0 stored fields format.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene60Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene62Codec.storedFieldsFormat() |
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene70Codec.storedFieldsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextStoredFieldsFormat
plain text stored fields format.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
SimpleTextCodec.storedFieldsFormat() |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.