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 | Method and Description |
---|---|
abstract BlockIndexInput.BlockReader |
BlockIndexInput.getBlockReader()
Create a new
BlockIndexInput.BlockReader associated to the BlockIndexInput . |
Modifier and Type | Method and Description |
---|---|
void |
BlockIndexInput.Index.seek(BlockIndexInput.BlockReader other) |
Modifier and Type | Class and Description |
---|---|
class |
DocsFreqBlockIndexInput.DocsFreqBlockReader
Implementation of the
BlockReader for the .doc file. |
protected class |
NodBlockIndexInput.NodBlockReader
Implementation of the
BlockReader for the .nod file. |
protected class |
PosBlockIndexInput.PosBlockReader
Implementation of the
BlockReader for the .pos file. |
Copyright © 2014. All rights reserved.