| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| org.apache.lucene.codecs.appending |
Codec for on append-only outputs, such as plain output streams and append-only filesystems.
|
| 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.simpletext |
Simpletext Codec: writes human readable postings.
|
| Modifier and Type | Method and Description |
|---|---|
abstract LiveDocsFormat |
Codec.liveDocsFormat()
Encodes/decodes live docs
|
| Modifier and Type | Method and Description |
|---|---|
LiveDocsFormat |
AppendingCodec.liveDocsFormat() |
| Modifier and Type | Method and Description |
|---|---|
LiveDocsFormat |
Lucene3xCodec.liveDocsFormat()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Lucene40LiveDocsFormat
Lucene 4.0 Live Documents Format.
|
| Modifier and Type | Method and Description |
|---|---|
LiveDocsFormat |
Lucene40Codec.liveDocsFormat() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTextLiveDocsFormat
reads/writes plaintext live docs
|
| Modifier and Type | Method and Description |
|---|---|
LiveDocsFormat |
SimpleTextCodec.liveDocsFormat() |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.