Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.cranky |
Codec for testing that throws random IOExceptions
|
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.lucene53 |
Components from the Lucene 5.3 index format
See
org.apache.lucene.codecs.lucene54 for an overview
of the index format. |
org.apache.lucene.codecs.lucene54 |
Lucene 5.4 file format.
|
org.apache.lucene.codecs.lucene60 |
Lucene 6.0 file format.
|
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
Modifier and Type | Method and Description |
---|---|
abstract FieldInfosFormat |
Codec.fieldInfosFormat()
Encodes/decodes field infos file
|
FieldInfosFormat |
FilterCodec.fieldInfosFormat() |
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
CrankyCodec.fieldInfosFormat() |
Modifier and Type | Class and Description |
---|---|
class |
Lucene50FieldInfosFormat
Lucene 5.0 Field Infos format.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene50Codec.fieldInfosFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene53Codec.fieldInfosFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene54Codec.fieldInfosFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene60FieldInfosFormat
Lucene 6.0 Field Infos format.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene60Codec.fieldInfosFormat() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextFieldInfosFormat
plaintext field infos format
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
SimpleTextCodec.fieldInfosFormat() |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.