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.lucene46 |
Lucene 4.6 file format.
|
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() |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.