C# Класс Lucene.Net.Codecs.IntBlock.FixedIntBlockIndexOutput

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 IntIndexOutput inside Directory. Wrapping a generic IndexInput will likely cost performance. @lucene.experimental
Наследование: Lucene.Net.Codecs.Sep.IntIndexOutput
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
buffer int[]
output Lucene.Net.Store.IndexOutput

Открытые методы

Метод Описание
Dispose ( ) : void
Index ( ) : Lucene.Net.Codecs.Sep.IntIndexOutputIndex
Write ( int v ) : void

Защищенные методы

Метод Описание
FixedIntBlockIndexOutput ( Lucene.Net.Store.IndexOutput output, int fixedBlockSize ) : Lucene.Net.Codecs.Sep
FlushBlock ( ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

FixedIntBlockIndexOutput() защищенный Метод

protected FixedIntBlockIndexOutput ( Lucene.Net.Store.IndexOutput output, int fixedBlockSize ) : Lucene.Net.Codecs.Sep
output Lucene.Net.Store.IndexOutput
fixedBlockSize int
Результат Lucene.Net.Codecs.Sep

FlushBlock() защищенный абстрактный Метод

protected abstract FlushBlock ( ) : void
Результат void

Index() публичный Метод

public Index ( ) : Lucene.Net.Codecs.Sep.IntIndexOutputIndex
Результат Lucene.Net.Codecs.Sep.IntIndexOutputIndex

Write() публичный Метод

public Write ( int v ) : void
v int
Результат void

Описание свойств

buffer защищенное свойство

protected int[] buffer
Результат int[]

output защищенное свойство

protected IndexOutput,Lucene.Net.Store output
Результат Lucene.Net.Store.IndexOutput