| 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 TermVectorsFormat |
Codec.termVectorsFormat()
Encodes/decodes term vectors
|
| Modifier and Type | Method and Description |
|---|---|
TermVectorsFormat |
AppendingCodec.termVectorsFormat() |
| Modifier and Type | Method and Description |
|---|---|
TermVectorsFormat |
Lucene3xCodec.termVectorsFormat()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Lucene40TermVectorsFormat
Lucene 4.0 Term Vectors format.
|
| Modifier and Type | Method and Description |
|---|---|
TermVectorsFormat |
Lucene40Codec.termVectorsFormat() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTextTermVectorsFormat
plain text term vectors format.
|
| Modifier and Type | Method and Description |
|---|---|
TermVectorsFormat |
SimpleTextCodec.termVectorsFormat() |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.