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 |
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.lucene62 for an overview
of the index format. |
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 | Method and Description |
---|---|
FieldInfosFormat |
Lucene62Codec.fieldInfosFormat() |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.