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 BlockIndexOutput.BlockWriter |
BlockIndexOutput.getBlockWriter()
Create a new
BlockIndexOutput.BlockWriter associated to this
BlockIndexOutput . |
Modifier and Type | Class and Description |
---|---|
class |
DocsFreqBlockIndexOutput.DocsFreqBlockWriter
Implementation of the
BlockWriter for the .doc file. |
protected class |
NodBlockIndexOutput.NodBlockWriter
Implementation of the
BlockWriter for the .nod file. |
protected class |
PosBlockIndexOutput.PosBlockWriter
Implementation of the
BlockWriter for the .pos file. |
Copyright © 2014. All rights reserved.