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
Inheritance: Lucene.Net.Codecs.Sep.IntIndexOutput
 public OutputIndex(VariableIntBlockIndexOutput outerInstance)
 {
     this.outerInstance = outerInstance;
 }
Example #2
0
 public OutputIndex(VariableIntBlockIndexOutput outerInstance)
 {
     this.outerInstance = outerInstance;
 }