Package | Description |
---|---|
org.sindice.siren.index.codecs.block |
Abstraction over the encoding and decoding of the block-based posting
format.
|
org.sindice.siren.index.codecs.siren10 |
Implementation of the encoding and decoding of the block-based
postings format for SIREn 1.0.
|
Modifier and Type | Class and Description |
---|---|
class |
AForBlockCompressor
Implementation of
BlockCompressor based on the Adaptive Frame Of
Reference algorithm. |
class |
VIntBlockCompressor
Implementation of the
BlockCompressor based on the Variable Integer
encoding algorithm. |
Modifier and Type | Method and Description |
---|---|
void |
Siren10BlockStreamFactory.setDocsBlockCompressor(BlockCompressor compressor) |
void |
Siren10BlockStreamFactory.setFreqBlockCompressor(BlockCompressor compressor) |
void |
Siren10BlockStreamFactory.setNodBlockCompressor(BlockCompressor compressor) |
void |
Siren10BlockStreamFactory.setPosBlockCompressor(BlockCompressor compressor) |
Constructor and Description |
---|
DocsFreqBlockIndexOutput(org.apache.lucene.store.IndexOutput out,
int maxBlockSize,
BlockCompressor docCompressor,
BlockCompressor freqCompressor) |
NodBlockIndexOutput(org.apache.lucene.store.IndexOutput out,
int maxBlockSize,
BlockCompressor nodCompressor) |
PosBlockIndexOutput(org.apache.lucene.store.IndexOutput out,
int maxBlockSize,
BlockCompressor posCompressor) |
Copyright © 2014. All rights reserved.