Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene86 |
Lucene 8.6 file format.
|
org.apache.lucene.codecs.lucene87 |
Lucene 8.7 file format.
|
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 |
Lucene86SegmentInfoFormat
Lucene 8.6 Segment info format.
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoFormat |
Lucene87Codec.segmentInfoFormat() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.