Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.asserting |
Codec for testing that asserts various contracts of the codec apis.
|
org.apache.lucene.codecs.cranky |
Codec for testing that throws random IOExceptions
|
org.apache.lucene.codecs.lucene53 |
Components from the Lucene 5.3 index format
See
org.apache.lucene.codecs.lucene53 for an overview
of the index format. |
org.apache.lucene.codecs.lucene60 |
Components from the Lucene 6.0 index format.
|
org.apache.lucene.codecs.lucene62 |
Components from the Lucene 6.2 index format
See
org.apache.lucene.codecs.lucene70 for an overview
of the current index format. |
org.apache.lucene.codecs.lucene70 |
Lucene 7.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
|
NormsFormat |
FilterCodec.normsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
AssertingNormsFormat
Just like the default but with additional asserts.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
AssertingCodec.normsFormat() |
Modifier and Type | Method and Description |
---|---|
NormsFormat |
CrankyCodec.normsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
Lucene53NormsFormat
Lucene 5.3 Score normalization format.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene60Codec.normsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene62Codec.normsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
Lucene70NormsFormat
Lucene 7.0 Score normalization format.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene70Codec.normsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextNormsFormat
plain-text norms format.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
SimpleTextCodec.normsFormat() |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.