Package | Description |
---|---|
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.compressing |
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
|
org.apache.lucene.codecs.compressing.dummy |
Dummy CompressingCodec implementation used for testing.
|
org.apache.lucene.codecs.cranky |
Codec for testing that throws random IOExceptions
|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
class |
AssertingCodec
Acts like the default codec but with additional asserts.
|
Modifier and Type | Class and Description |
---|---|
class |
CheapBastardCodec
Codec that tries to use as little ram as possible because he spent all his money on beer
|
Modifier and Type | Class and Description |
---|---|
class |
CompressingCodec
A codec that uses
CompressingStoredFieldsFormat for its stored
fields and delegates to the default codec for everything else. |
class |
FastCompressingCodec
CompressionCodec that uses
CompressionMode.FAST |
class |
FastDecompressionCompressingCodec
CompressionCodec that uses
CompressionMode.FAST_DECOMPRESSION |
class |
HighCompressionCompressingCodec
CompressionCodec that uses
CompressionMode.HIGH_COMPRESSION |
Modifier and Type | Class and Description |
---|---|
class |
DummyCompressingCodec
CompressionCodec that does not compress data, useful for testing.
|
Modifier and Type | Class and Description |
---|---|
class |
CrankyCodec
Codec for testing that throws random IOExceptions
|
Modifier and Type | Class and Description |
---|---|
class |
RandomCodec
Codec that assigns per-field random postings formats.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.