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
Inheritance: Lucene.Net.Codecs.Sep.IntIndexOutput
コード例 #1
0
 public OutputIndex(FixedIntBlockIndexOutput outerInstance)
 {
     this.outerInstance = outerInstance;
 }
コード例 #2
0
 public OutputIndex(FixedIntBlockIndexOutput outerInstance)
 {
     this.outerInstance = outerInstance;
 }