| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| org.apache.lucene.codecs.lucene70 |
Components from the Lucene 7.0 index format.
|
| org.apache.lucene.codecs.lucene80 |
Components from the Lucene 8.0 index format
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format. |
| org.apache.lucene.codecs.lucene84 |
Lucene 8.4 file format.
|
| org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentInfoFormat |
FilterCodec.segmentInfoFormat() |
abstract SegmentInfoFormat |
Codec.segmentInfoFormat()
Encodes/decodes segment info file
|
| Modifier and Type | Class and Description |
|---|---|
class |
Lucene70SegmentInfoFormat
Lucene 7.0 Segment info format.
|
| Modifier and Type | Field and Description |
|---|---|
private SegmentInfoFormat |
Lucene70Codec.segmentInfosFormat |
| Modifier and Type | Method and Description |
|---|---|
SegmentInfoFormat |
Lucene70Codec.segmentInfoFormat() |
| Modifier and Type | Field and Description |
|---|---|
private SegmentInfoFormat |
Lucene80Codec.segmentInfosFormat |
| Modifier and Type | Method and Description |
|---|---|
SegmentInfoFormat |
Lucene80Codec.segmentInfoFormat() |
| Modifier and Type | Field and Description |
|---|---|
private SegmentInfoFormat |
Lucene84Codec.segmentInfosFormat |
| Modifier and Type | Method and Description |
|---|---|
SegmentInfoFormat |
Lucene84Codec.segmentInfoFormat() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTextSegmentInfoFormat
plain text segments file format.
|
| Modifier and Type | Field and Description |
|---|---|
private SegmentInfoFormat |
SimpleTextCodec.segmentInfos |
| Modifier and Type | Method and Description |
|---|---|
SegmentInfoFormat |
SimpleTextCodec.segmentInfoFormat() |