Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene53 |
Components from the Lucene 5.3 index format
See
org.apache.lucene.codecs.lucene54 for an overview
of the index format. |
org.apache.lucene.codecs.lucene62 |
Lucene 6.2 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 |
Lucene53NormsFormat
Lucene 5.3 Score normalization format.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene62Codec.normsFormat() |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.