示例#1
0
 public ValueSourceScorerAnonymousInnerClassHelper(IntDocValues outerInstance, IndexReader reader, IntDocValues @this, int ll, int uu)
     : base(reader, @this)
 {
     this.outerInstance = outerInstance;
     this.ll            = ll;
     this.uu            = uu;
 }
示例#2
0
 public ValueFillerAnonymousInnerClassHelper(IntDocValues outerInstance)
 {
     this.outerInstance = outerInstance;
     mval = new MutableValueInt();
 }
示例#3
0
 public ValueSourceScorerAnonymousInnerClassHelper(IntDocValues outerInstance, IndexReader reader, IntDocValues @this, int ll, int uu)
     : base(reader, @this)
 {
     this.outerInstance = outerInstance;
     this.ll = ll;
     this.uu = uu;
 }
示例#4
0
 public ValueFillerAnonymousInnerClassHelper(IntDocValues outerInstance)
 {
     this.outerInstance = outerInstance;
     mval = new MutableValueInt();
 }