Example #1
0
 public ValueFillerAnonymousInnerClassHelper(LongDocValues outerInstance)
 {
     this.outerInstance = outerInstance;
     mval = new MutableValueLong();
 }
Example #2
0
 public ValueSourceScorerAnonymousInnerClassHelper(LongDocValues outerInstance, IndexReader reader, LongDocValues @this, long ll, long uu)
     : base(reader, @this)
 {
     this.outerInstance = outerInstance;
     this.ll = ll;
     this.uu = uu;
 }