public class NodBlockIndexInput extends BlockIndexInput
BlockIndexInput for the .nod file of the SIREn
postings format.| Modifier and Type | Class and Description |
|---|---|
protected class |
NodBlockIndexInput.NodBlockReader
Implementation of the
BlockReader for the .nod file. |
BlockIndexInput.BlockReader, BlockIndexInput.Index| Modifier and Type | Field and Description |
|---|---|
protected BlockDecompressor |
nodDecompressor |
in, logger| Constructor and Description |
|---|
NodBlockIndexInput(org.apache.lucene.store.IndexInput in,
BlockDecompressor nodDecompressor) |
| Modifier and Type | Method and Description |
|---|---|
NodBlockIndexInput.NodBlockReader |
getBlockReader()
Create a new
BlockIndexInput.BlockReader associated to the BlockIndexInput. |
close, indexprotected BlockDecompressor nodDecompressor
public NodBlockIndexInput(org.apache.lucene.store.IndexInput in,
BlockDecompressor nodDecompressor)
throws IOException
IOExceptionpublic NodBlockIndexInput.NodBlockReader getBlockReader()
BlockIndexInputBlockIndexInput.BlockReader associated to the BlockIndexInput.
Subclasses must create a clone of the BlockIndexInput.in to ensure
safe concurrent file access.
getBlockReader in class BlockIndexInputCopyright © 2014. All rights reserved.