Class VariableInt32BlockIndexInput
Abstract base class that reads variable-size blocks of ints from an IndexInput. While this is a simple approach, a more performant approach would directly create an impl of Int32IndexInput inside Directory. Wrapping a generic IndexInput will likely cost performance.
NOTE: This was VariableIntBlockIndexInput in Lucene
@lucene.experimental
Inherited Members
Assembly: Lucene.Net.Codecs.dll
Syntax
public abstract class VariableInt32BlockIndexInput : Int32IndexInput
Remarks
Naive int block API that writes vInts. This is expected to give poor performance; it's really only for testing the pluggability. One should typically use pfor instead.
Constructors
Name | Description |
---|---|
VariableInt32BlockIndexInput(IndexInput) |
Fields
Name | Description |
---|---|
m_maxBlockSize |
Methods
Name | Description |
---|---|
Dispose(Boolean) | |
GetBlockReader(IndexInput, Int32[]) | |
GetIndex() | |
GetReader() |