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.lucene40 |
Lucene 4.0 file format.
|
org.apache.lucene.codecs.lucene41 |
Lucene 4.1 file format.
|
org.apache.lucene.codecs.lucene410 |
Lucene 4.10 file format.
|
org.apache.lucene.codecs.lucene42 |
Lucene 4.2 file format.
|
org.apache.lucene.codecs.lucene45 |
Lucene 4.5 file format.
|
org.apache.lucene.codecs.lucene46 |
Lucene 4.6 file format.
|
org.apache.lucene.codecs.lucene49 |
Lucene 4.9 file format.
|
org.apache.lucene.codecs.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene53 for an overview
of the index format. |
org.apache.lucene.codecs.lucene53 |
Lucene 5.3 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 |
Lucene40NormsFormat
Deprecated.
Only for reading old 4.0 and 4.1 segments
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene40Codec.normsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene41Codec.normsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene410Codec.normsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene42NormsFormat
Deprecated.
only for reading old 4.x segments
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene42Codec.normsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene45Codec.normsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene46Codec.normsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene49NormsFormat
Deprecated.
only for reading 4.9/4.10 indexes
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene49Codec.normsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene50Codec.normsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene53NormsFormat
Lucene 5.3 Score normalization format.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene53Codec.normsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextNormsFormat
plain-text norms format.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
SimpleTextCodec.normsFormat() |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.