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 |
---|---|
BlockIndexOutput.Index |
BlockIndexOutput.index()
Instantiates a new block index.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockIndexOutput.Index.copyFrom(BlockIndexOutput.Index other,
boolean copyLast) |
Modifier and Type | Method and Description |
---|---|
protected void |
Siren10SkipListWriter.resetSkip(BlockIndexOutput.Index topDocIndex)
Called at start of new term
|
void |
DocsFreqBlockIndexOutput.DocsFreqBlockWriter.setNodeBlockIndex(BlockIndexOutput.Index index)
Set the
Index of the NodBlockIndexOutput . |
void |
DocsFreqBlockIndexOutput.DocsFreqBlockWriter.setPosBlockIndex(BlockIndexOutput.Index index)
Set the
Index of the PosBlockIndexOutput . |
Copyright © 2014. All rights reserved.