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 SegmentInfoWriter |
SegmentInfoFormat.getSegmentInfoWriter()
Returns the
SegmentInfoWriter for writing
SegmentInfo instances. |
Modifier and Type | Method and Description |
---|---|
SegmentInfoWriter |
Lucene3xSegmentInfoFormat.getSegmentInfoWriter()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene40SegmentInfoWriter
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoWriter |
Lucene40SegmentInfoFormat.getSegmentInfoWriter()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene46SegmentInfoWriter
Lucene 4.0 implementation of
SegmentInfoWriter . |
Modifier and Type | Method and Description |
---|---|
SegmentInfoWriter |
Lucene46SegmentInfoFormat.getSegmentInfoWriter() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextSegmentInfoWriter
writes plaintext segments files
|
Modifier and Type | Method and Description |
---|---|
SegmentInfoWriter |
SimpleTextSegmentInfoFormat.getSegmentInfoWriter() |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.