| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| 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.lucene60 |
Lucene 6.0 file format.
|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| Modifier and Type | Method and Description |
|---|---|
abstract FieldInfosFormat |
Codec.fieldInfosFormat()
Encodes/decodes field infos file
|
FieldInfosFormat |
FilterCodec.fieldInfosFormat() |
| Modifier and Type | Class and Description |
|---|---|
class |
Lucene50FieldInfosFormat
Lucene 5.0 Field Infos format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Lucene60FieldInfosFormat
Lucene 6.0 Field Infos format.
|
| Modifier and Type | Field and Description |
|---|---|
private FieldInfosFormat |
Lucene60Codec.fieldInfosFormat |
| Modifier and Type | Method and Description |
|---|---|
FieldInfosFormat |
Lucene60Codec.fieldInfosFormat() |
| Modifier and Type | Method and Description |
|---|---|
private java.util.Set<java.lang.String> |
ReadersAndUpdates.writeFieldInfosGen(FieldInfos fieldInfos,
Directory dir,
DocValuesFormat dvFormat,
FieldInfosFormat infosFormat) |