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.lucene50 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.lucene70 for an overview
of the current index format. |
org.apache.lucene.codecs.lucene70 |
Lucene 7.0 file format.
|
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
Modifier and Type | Method and Description |
---|---|
abstract CompoundFormat |
Codec.compoundFormat()
Encodes/decodes compound files
|
CompoundFormat |
FilterCodec.compoundFormat() |
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
CrankyCodec.compoundFormat() |
Modifier and Type | Class and Description |
---|---|
class |
Lucene50CompoundFormat
Lucene 5.0 compound file format
|
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
Lucene60Codec.compoundFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
Lucene62Codec.compoundFormat() |
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
Lucene70Codec.compoundFormat() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextCompoundFormat
plain text compound format.
|
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
SimpleTextCodec.compoundFormat() |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.