Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
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.
|
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 |
Lucene62SegmentInfoFormat
Lucene 6.2 Segment info format.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene70SegmentInfoFormat
Lucene 7.0 Segment info format.
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoFormat |
Lucene70Codec.segmentInfoFormat() |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.