Ejemplo n.º 1
0
 public Int32DocValuesAnonymousClass(JoinDocFreqValueSource outerInstance, JoinDocFreqValueSource @this, BinaryDocValues terms, TermsEnum termsEnum)
     : base(@this)
 {
     this.outerInstance = outerInstance;
     this.terms         = terms;
     this.termsEnum     = termsEnum;
     @ref = new BytesRef();
 }
Ejemplo n.º 2
0
 public IntDocValuesAnonymousInnerClassHelper(JoinDocFreqValueSource outerInstance, JoinDocFreqValueSource @this, BinaryDocValues terms, TermsEnum termsEnum)
     : base(@this)
 {
     this.outerInstance = outerInstance;
     this.terms = terms;
     this.termsEnum = termsEnum;
     @ref = new BytesRef();
 }