| Package | Description |
|---|---|
| org.elasticsearch.common.compress | |
| org.elasticsearch.common.compress.deflate | |
| org.elasticsearch.common.compress.lzf |
| Modifier and Type | Method and Description |
|---|---|
CompressedIndexInput |
Compressor.indexInput(org.apache.lucene.store.IndexInput in)
Deprecated.
Used for backward comp. since we now use Lucene compressed codec.
|
| Modifier and Type | Method and Description |
|---|---|
CompressedIndexInput |
DeflateCompressor.indexInput(org.apache.lucene.store.IndexInput in) |
| Modifier and Type | Class and Description |
|---|---|
class |
LZFCompressedIndexInput
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompressedIndexInput |
LZFCompressor.indexInput(org.apache.lucene.store.IndexInput in)
Deprecated.
|
Copyright © 2009–2017. All rights reserved.