Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc)
|
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.lucene46 |
Support for testing
Lucene46Codec . |
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
Modifier and Type | Method and Description |
---|---|
abstract SegmentInfoReader |
SegmentInfoFormat.getSegmentInfoReader()
Returns the
SegmentInfoReader for reading
SegmentInfo instances. |
Modifier and Type | Class and Description |
---|---|
class |
Lucene3xSegmentInfoReader
Deprecated.
Only for reading existing 3.x indexes
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoReader |
Lucene3xSegmentInfoFormat.getSegmentInfoReader()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene40SegmentInfoReader
Deprecated.
Only for reading old 4.0-4.5 segments
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoReader |
Lucene40SegmentInfoFormat.getSegmentInfoReader()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene46SegmentInfoReader
Lucene 4.6 implementation of
SegmentInfoReader . |
Modifier and Type | Method and Description |
---|---|
SegmentInfoReader |
Lucene46SegmentInfoFormat.getSegmentInfoReader() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextSegmentInfoReader
reads plaintext segments files
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoReader |
SimpleTextSegmentInfoFormat.getSegmentInfoReader() |
Copyright © 2000–2023 The Apache Software Foundation. All rights reserved.