Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
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.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.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
FilterCodec.fieldInfosFormat() |
abstract FieldInfosFormat |
Codec.fieldInfosFormat()
Encodes/decodes field infos file
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene3xCodec.fieldInfosFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene40FieldInfosFormat
Deprecated.
Only for reading old 4.0 and 4.1 segments
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene40Codec.fieldInfosFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene41Codec.fieldInfosFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene42FieldInfosFormat
Deprecated.
Only for reading old 4.2-4.5 segments
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene42Codec.fieldInfosFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene45Codec.fieldInfosFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene46FieldInfosFormat
Lucene 4.6 Field Infos format.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene46Codec.fieldInfosFormat() |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.