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.
|
Class and Description |
---|
BlockCompressor
Abstraction over the block compression algorithm.
|
BlockDecompressor
Abstraction over the block decompression algorithm.
|
BlockIndexInput.BlockReader
Abstraction over the reader of the blocks of the postings file.
|
BlockIndexInput.Index
This class stores the file pointer of a
DataInput . |
BlockIndexOutput.BlockWriter
Abstraction over the writer of the blocks of the postings file.
|
BlockIndexOutput.Index
This class stores the file pointer of an
IndexOutput . |
Class and Description |
---|
BlockCompressor
Abstraction over the block compression algorithm.
|
BlockDecompressor
Abstraction over the block decompression algorithm.
|
BlockIndexInput
Abstract API to decode a block-based posting format.
|
BlockIndexInput.BlockReader
Abstraction over the reader of the blocks of the postings file.
|
BlockIndexInput.Index
This class stores the file pointer of a
DataInput . |
BlockIndexOutput
Abstract API to encode a block-based posting format.
|
BlockIndexOutput.BlockWriter
Abstraction over the writer of the blocks of the postings file.
|
BlockIndexOutput.Index
This class stores the file pointer of an
IndexOutput . |
Copyright © 2014. All rights reserved.