C# (CSharp) Lucene.Net.Codecs.IntBlock Пространство имен

Классы

Имя Описание
FixedIntBlockIndexInput Abstract base class that reads fixed-size blocks of ints from an IndexInput. While this is a simple approach, a more performant approach would directly create an impl of IntIndexInput inside Directory. Wrapping a generic IndexInput will likely cost performance. @lucene.experimental
FixedIntBlockIndexInput.InputIndex
FixedIntBlockIndexInput.InputReader
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
FixedIntBlockIndexOutput.OutputIndex
TestFixedIntBlockPostingsFormat Basic tests for FixedIntBlock
TestIntBlockCodec
TestVariableIntBlockPostingsFormat Basic tests for VariableIntBlock
VariableIntBlockIndexInput 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 IntIndexInput inside Directory. Wrapping a generic IndexInput will likely cost performance. @lucene.experimental
VariableIntBlockIndexInput.InputIndex
VariableIntBlockIndexInput.InputReader
VariableIntBlockIndexOutput Abstract base class that writes variable-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
VariableIntBlockIndexOutput.OutputIndex