Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc)
|
org.apache.lucene.codecs.asserting |
Codec for testing that asserts various contracts of the codec apis.
|
org.apache.lucene.codecs.cheapbastard |
Codec that unreasonably tries to use as little RAM as possible.
|
org.apache.lucene.codecs.cranky |
Codec for testing that throws random IOExceptions
|
org.apache.lucene.codecs.lucene3x |
Support for generating test indexes in the Lucene 3.x index format.
|
org.apache.lucene.codecs.lucene40 |
Support for testing
Lucene40PostingsFormat . |
org.apache.lucene.codecs.lucene41 |
Support for testing
Lucene41Codec . |
org.apache.lucene.codecs.lucene410 |
Lucene 4.10 file format.
|
org.apache.lucene.codecs.lucene42 |
Support for testing
Lucene42Codec . |
org.apache.lucene.codecs.lucene45 |
Support for testing
Lucene45Codec . |
org.apache.lucene.codecs.lucene46 |
Support for testing
Lucene46Codec . |
org.apache.lucene.codecs.lucene49 |
Support for testing
Lucene49Codec . |
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
Lucene49NormsFormat but with additional asserts. |
Modifier and Type | Method and Description |
---|---|
NormsFormat |
AssertingCodec.normsFormat() |
Modifier and Type | Method and Description |
---|---|
NormsFormat |
CheapBastardCodec.normsFormat() |
Modifier and Type | Method and Description |
---|---|
NormsFormat |
CrankyCodec.normsFormat() |
Modifier and Type | Method and Description |
---|---|
NormsFormat |
PreFlexRWCodec.normsFormat() |
NormsFormat |
Lucene3xCodec.normsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene40NormsFormat
Deprecated.
Only for reading old 4.0 and 4.1 segments
|
class |
Lucene40RWNormsFormat
Read-write version of
Lucene40NormsFormat for testing |
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene40RWCodec.normsFormat() |
NormsFormat |
Lucene40Codec.normsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene41RWCodec.normsFormat() |
NormsFormat |
Lucene41Codec.normsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene410Codec.normsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
Lucene42NormsFormat
Lucene 4.2 score normalization format.
|
class |
Lucene42RWNormsFormat
Read-write version of
Lucene42NormsFormat |
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene42RWCodec.normsFormat() |
NormsFormat |
Lucene42Codec.normsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene45RWCodec.normsFormat() |
NormsFormat |
Lucene45Codec.normsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene46RWCodec.normsFormat() |
NormsFormat |
Lucene46Codec.normsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene49NormsFormat
Lucene 4.9 Score normalization format.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene49RWCodec.normsFormat() |
NormsFormat |
Lucene49Codec.normsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextNormsFormat
plain-text norms format.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
SimpleTextCodec.normsFormat() |
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.