C# (CSharp) Lucene.Net.Codecs.IntBlock VariableIntBlockIndexOutput - 2 examples found. These are the top rated real world C# (CSharp) examples of Lucene.Net.Codecs.IntBlock.VariableIntBlockIndexOutput extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
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