Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene70 |
Components from the Lucene 7.0 index format.
|
org.apache.lucene.codecs.lucene80 |
Lucene 8.0 file format.
|
Modifier and Type | Method and Description |
---|---|
abstract NormsFormat |
Codec.normsFormat()
Encodes/decodes document normalization values
|
NormsFormat |
FilterCodec.normsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
Lucene70NormsFormat
Lucene 7.0 Score normalization format.
|
Modifier and Type | Field and Description |
---|---|
private NormsFormat |
Lucene70Codec.normsFormat |
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene70Codec.normsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
Lucene80NormsFormat
Lucene 8.0 Score normalization format.
|
Modifier and Type | Field and Description |
---|---|
private NormsFormat |
Lucene80Codec.normsFormat |
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene80Codec.normsFormat() |