Exemple #1
0
 public ThreadAnonymousInnerClassHelper(TestSameScoresWithThreads outerInstance, IndexSearcher s, IDictionary <BytesRef, TopDocs> answers, CountdownEvent startingGun)
 {
     this.outerInstance = outerInstance;
     this.s             = s;
     this.answers       = answers;
     this.startingGun   = startingGun;
 }
 public ThreadAnonymousInnerClassHelper(TestSameScoresWithThreads outerInstance, IndexSearcher s, IDictionary<BytesRef, TopDocs> answers, CountdownEvent startingGun)
 {
     this.OuterInstance = outerInstance;
     this.s = s;
     this.Answers = answers;
     this.StartingGun = startingGun;
 }