| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| org.apache.lucene.codecs.appending |
Codec for on append-only outputs, such as plain output streams and append-only filesystems.
|
| org.apache.lucene.codecs.lucene3x |
Codec to support Lucene 3.x indexes (readonly)
|
| org.apache.lucene.codecs.lucene40 |
Lucene 4.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
|
| Modifier and Type | Method and Description |
|---|---|
SegmentInfoFormat |
AppendingCodec.segmentInfoFormat() |
| Modifier and Type | Class and Description |
|---|---|
class |
Lucene3xSegmentInfoFormat
Deprecated.
(4.0) This is only used to read indexes created
before 4.0.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentInfoFormat |
Lucene3xCodec.segmentInfoFormat()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Lucene40SegmentInfoFormat
Lucene 4.0 Segment info format.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentInfoFormat |
Lucene40Codec.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-2012 Apache Software Foundation. All Rights Reserved.