Inheritance: LuceneTestCase
Ejemplo n.º 1
0
 public ThreadAnonymousInnerClassHelper(TestBagOfPostings outerInstance, int maxTermsPerDoc, ConcurrentQueue <string> postings, RandomIndexWriter iw, CountdownEvent startingGun)
 {
     this.outerInstance  = outerInstance;
     this.maxTermsPerDoc = maxTermsPerDoc;
     this.postings       = postings;
     this.iw             = iw;
     this.startingGun    = startingGun;
 }
Ejemplo n.º 2
0
 public ThreadAnonymousInnerClassHelper(TestBagOfPostings outerInstance, int maxTermsPerDoc, ConcurrentQueue <string> postings, RandomIndexWriter iw, CountDownLatch startingGun)
 {
     this.OuterInstance  = outerInstance;
     this.MaxTermsPerDoc = maxTermsPerDoc;
     this.Postings       = postings;
     this.Iw             = iw;
     this.StartingGun    = startingGun;
 }
Ejemplo n.º 3
0
 public ThreadAnonymousInnerClassHelper(TestBagOfPostings outerInstance, int maxTermsPerDoc, ConcurrentQueue<string> postings, RandomIndexWriter iw, CountDownLatch startingGun)
 {
     this.OuterInstance = outerInstance;
     this.MaxTermsPerDoc = maxTermsPerDoc;
     this.Postings = postings;
     this.Iw = iw;
     this.StartingGun = startingGun;
 }