Class FixedInt32BlockIndexOutput
Abstract base class that writes fixed-size blocks of ints to an IndexOutput. While this is a simple approach, a more performant approach would directly create an impl of Int32IndexOutput inside Directory. Wrapping a generic IndexOutput will likely cost performance.
NOTE: This was FixedIntBlockIndexOutput in Lucene
@lucene.experimental
Inherited Members
Assembly: Lucene.Net.Codecs.dll
Syntax
public abstract class FixedInt32BlockIndexOutput : Int32IndexOutput
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 |
---|---|
FixedInt32BlockIndexOutput(IndexOutput, Int32) |
Fields
Name | Description |
---|---|
m_buffer | |
m_output |
Methods
Name | Description |
---|---|
Dispose(Boolean) | |
FlushBlock() | |
GetIndex() | |
Write(Int32) |