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.lucene3x |
Codec to support Lucene 3.x indexes (readonly)
|
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.
|
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 is very similar to
Lucene40StoredFieldsFormat but compresses documents in chunks in
order to improve the compression ratio. |
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene3xCodec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene40StoredFieldsFormat
Lucene 4.0 Stored Fields Format.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene40Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene41StoredFieldsFormat
Lucene 4.1 stored fields format.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene41Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene410Codec.storedFieldsFormat() |
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() |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.