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