| 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 SegmentInfoFormat |
Codec.segmentInfoFormat()
Encodes/decodes segment info file
|
SegmentInfoFormat |
FilterCodec.segmentInfoFormat() |
| Modifier and Type | Method and Description |
|---|---|
SegmentInfoFormat |
CrankyCodec.segmentInfoFormat() |
| Modifier and Type | Class and Description |
|---|---|
class |
Lucene50SegmentInfoFormat
Deprecated.
Only for reading old 5.0-6.0 segments
|
| Modifier and Type | Method and Description |
|---|---|
SegmentInfoFormat |
Lucene60Codec.segmentInfoFormat()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Lucene62SegmentInfoFormat
Lucene 6.2 Segment info format.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentInfoFormat |
Lucene62Codec.segmentInfoFormat() |
| Modifier and Type | Class and Description |
|---|---|
class |
Lucene70SegmentInfoFormat
Lucene 7.0 Segment info format.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentInfoFormat |
Lucene70Codec.segmentInfoFormat() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTextSegmentInfoFormat
plain text segments file format.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentInfoFormat |
SimpleTextCodec.segmentInfoFormat() |
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.