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.lucene80 for an overview
of the index format. |
org.apache.lucene.codecs.lucene60 |
Components from the Lucene 6.0 index format.
|
org.apache.lucene.codecs.lucene70 |
Components from the Lucene 7.0 index format.
|
org.apache.lucene.codecs.lucene80 |
Lucene 8.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 |
Lucene70Codec.fieldInfosFormat |
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene70Codec.fieldInfosFormat() |
Modifier and Type | Field and Description |
---|---|
private FieldInfosFormat |
Lucene80Codec.fieldInfosFormat |
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene80Codec.fieldInfosFormat() |
Modifier and Type | Method and Description |
---|---|
private java.util.Set<java.lang.String> |
ReadersAndUpdates.writeFieldInfosGen(FieldInfos fieldInfos,
Directory dir,
FieldInfosFormat infosFormat) |