Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc)
|
org.apache.lucene.codecs.cranky |
Codec for testing that throws random IOExceptions
|
org.apache.lucene.codecs.lucene3x |
Support for generating test indexes in the Lucene 3.x index format.
|
org.apache.lucene.codecs.lucene40 |
Support for testing
Lucene40PostingsFormat . |
org.apache.lucene.codecs.lucene41 |
Support for testing
Lucene41Codec . |
org.apache.lucene.codecs.lucene410 |
Lucene 4.10 file format.
|
org.apache.lucene.codecs.lucene42 |
Support for testing
Lucene42Codec . |
org.apache.lucene.codecs.lucene45 |
Support for testing
Lucene45Codec . |
org.apache.lucene.codecs.lucene46 |
Support for testing
Lucene46Codec . |
org.apache.lucene.codecs.lucene49 |
Support for testing
Lucene49Codec . |
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
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 |
CrankyCodec.fieldInfosFormat() |
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
PreFlexRWCodec.fieldInfosFormat() |
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 |
Lucene40RWCodec.fieldInfosFormat() |
FieldInfosFormat |
Lucene40Codec.fieldInfosFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene41RWCodec.fieldInfosFormat() |
FieldInfosFormat |
Lucene41Codec.fieldInfosFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene410Codec.fieldInfosFormat() |
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 |
Lucene42RWCodec.fieldInfosFormat() |
FieldInfosFormat |
Lucene42Codec.fieldInfosFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene45RWCodec.fieldInfosFormat() |
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()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
Lucene49Codec.fieldInfosFormat() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextFieldInfosFormat
plaintext field infos format
|
Modifier and Type | Method and Description |
---|---|
FieldInfosFormat |
SimpleTextCodec.fieldInfosFormat() |
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.