| 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 NormsFormat |
Codec.normsFormat()
Encodes/decodes document normalization values
|
| Modifier and Type | Method and Description |
|---|---|
NormsFormat |
AppendingCodec.normsFormat() |
| Modifier and Type | Method and Description |
|---|---|
NormsFormat |
Lucene3xCodec.normsFormat()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Lucene40NormsFormat
Lucene 4.0 Norms Format.
|
| Modifier and Type | Method and Description |
|---|---|
NormsFormat |
Lucene40Codec.normsFormat() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTextNormsFormat
plain-text norms format.
|
| Modifier and Type | Method and Description |
|---|---|
NormsFormat |
SimpleTextCodec.normsFormat() |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.