Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
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.lucene41 |
Lucene 4.1 file format.
|
org.apache.lucene.codecs.lucene42 |
Lucene 4.2 file format.
|
org.apache.lucene.codecs.lucene45 |
Lucene 4.5 file format.
|
org.apache.lucene.codecs.lucene46 |
Lucene 4.6 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 |
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
Deprecated.
Only for reading old 4.0-4.5 segments, and supporting IndexWriter.addIndexes
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoFormat |
Lucene40Codec.segmentInfoFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoFormat |
Lucene41Codec.segmentInfoFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoFormat |
Lucene42Codec.segmentInfoFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoFormat |
Lucene45Codec.segmentInfoFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene46SegmentInfoFormat
Lucene 4.6 Segment info format.
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoFormat |
Lucene46Codec.segmentInfoFormat() |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.