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
Inheritance: Lucene.Net.Codecs.Sep.IntIndexInput
Esempio n. 1
0
 public InputIndex(FixedIntBlockIndexInput outerInstance)
 {
     this.outerInstance = outerInstance;
 }
 public InputIndex(FixedIntBlockIndexInput outerInstance)
 {
     this.outerInstance = outerInstance;
 }