Beispiel #1
0
 public Int32DocValuesAnonymousInnerClassHelper(OrdFieldSource outerInstance, OrdFieldSource @this, int off, SortedDocValues sindex)
     : base(@this)
 {
     this.outerInstance = outerInstance;
     this.off           = off;
     this.sindex        = sindex;
 }
Beispiel #2
0
 public Int32DocValuesAnonymousClass(OrdFieldSource @this, int off, SortedDocValues sindex)
     : base(@this)
 {
     this.off    = off;
     this.sindex = sindex;
 }