Beispiel #1
0
 public ValueSourceScorerAnonymousInnerClassHelper(Int32DocValues outerInstance, IndexReader reader, Int32DocValues @this, int ll, int uu)
     : base(reader, @this)
 {
     this.outerInstance = outerInstance;
     this.ll            = ll;
     this.uu            = uu;
 }
Beispiel #2
0
 public ValueFillerAnonymousInnerClassHelper(Int32DocValues outerInstance)
 {
     this.outerInstance = outerInstance;
     mval = new MutableValueInt32();
 }