Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc)
|
org.apache.lucene.codecs.cranky |
Codec for testing that throws random IOExceptions
|
org.apache.lucene.codecs.lucene3x |
Support for generating test indexes in the Lucene 3.x index format.
|
org.apache.lucene.codecs.lucene40 |
Support for testing
Lucene40PostingsFormat . |
org.apache.lucene.codecs.lucene41 |
Support for testing
Lucene41Codec . |
org.apache.lucene.codecs.lucene410 |
Lucene 4.10 file format.
|
org.apache.lucene.codecs.lucene42 |
Support for testing
Lucene42Codec . |
org.apache.lucene.codecs.lucene45 |
Support for testing
Lucene45Codec . |
org.apache.lucene.codecs.lucene46 |
Support for testing
Lucene46Codec . |
org.apache.lucene.codecs.lucene49 |
Support for testing
Lucene49Codec . |
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoFormat |
FilterCodec.segmentInfoFormat() |
abstract SegmentInfoFormat |
Codec.segmentInfoFormat()
Encodes/decodes segment info file
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoFormat |
CrankyCodec.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 |
PreFlexRWCodec.segmentInfoFormat() |
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 |
Lucene410Codec.segmentInfoFormat() |
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()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoFormat |
Lucene49Codec.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–2016 The Apache Software Foundation. All rights reserved.