Inheritance: LuceneTestCase
Example #1
0
 public ThreadAnonymousInnerClassHelper(TestBagOfPositions outerInstance, int numTerms, int maxTermsPerDoc, ConcurrentQueue <string> postings, RandomIndexWriter iw, CountdownEvent startingGun, Random threadRandom, Document document, Field field)
 {
     this.OuterInstance  = outerInstance;
     this.NumTerms       = numTerms;
     this.MaxTermsPerDoc = maxTermsPerDoc;
     this.Postings       = postings;
     this.Iw             = iw;
     this.StartingGun    = startingGun;
     this.ThreadRandom   = threadRandom;
     this.Document       = document;
     this.Field          = field;
 }
Example #2
0
 public ThreadAnonymousClass(TestBagOfPositions outerInstance, int numTerms, int maxTermsPerDoc, ConcurrentQueue <string> postings, RandomIndexWriter iw, CountdownEvent startingGun, Random threadRandom, Document document, Field field)
 {
     this.outerInstance  = outerInstance;
     this.numTerms       = numTerms;
     this.maxTermsPerDoc = maxTermsPerDoc;
     this.postings       = postings;
     this.iw             = iw;
     this.startingGun    = startingGun;
     this.threadRandom   = threadRandom;
     this.document       = document;
     this.field          = field;
 }
 public ThreadAnonymousInnerClassHelper(TestBagOfPositions outerInstance, int numTerms, int maxTermsPerDoc, ConcurrentQueue<string> postings, RandomIndexWriter iw, CountdownEvent startingGun, Random threadRandom, Document document, Field field)
 {
     this.OuterInstance = outerInstance;
     this.NumTerms = numTerms;
     this.MaxTermsPerDoc = maxTermsPerDoc;
     this.Postings = postings;
     this.Iw = iw;
     this.StartingGun = startingGun;
     this.ThreadRandom = threadRandom;
     this.Document = document;
     this.Field = field;
 }