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.lucene40 |
Lucene 4.0 file format.
|
org.apache.lucene.codecs.lucene41 |
Lucene 4.1 file format.
|
org.apache.lucene.codecs.lucene410 |
Lucene 4.10 file format.
|
org.apache.lucene.codecs.lucene42 |
Lucene 4.2 file format.
|
org.apache.lucene.codecs.lucene45 |
Lucene 4.5 file format.
|
org.apache.lucene.codecs.lucene46 |
Lucene 4.6 file format.
|
org.apache.lucene.codecs.lucene49 |
Lucene 4.9 file format.
|
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. |
org.apache.lucene.codecs.lucene53 |
Lucene 5.3 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 |
Lucene40StoredFieldsFormat
Deprecated.
only for reading 4.0 segments
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene40Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene41StoredFieldsFormat
Deprecated.
only for reading old 4.x segments
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene41Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene410Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene42Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene45Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene46Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene49Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene50StoredFieldsFormat
Lucene 5.0 stored fields format.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene50Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene53Codec.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–2015 The Apache Software Foundation. All rights reserved.