public ThreadAnonymousInnerClassHelper2(ThreadedIndexingAndSearchingTestCase outerInstance, long stopTimeMS, AtomicInt32 totHits, AtomicInt32 totTermCount)
 {
     this.outerInstance = outerInstance;
     this.stopTimeMS    = stopTimeMS;
     this.totHits       = totHits;
     this.totTermCount  = totTermCount;
 }
 public ThreadAnonymousInnerClassHelper(ThreadedIndexingAndSearchingTestCase outerInstance, LineFileDocs docs, long stopTime, ISet <string> delIDs, ISet <string> delPackIDs, IList <SubDocs> allSubDocs)
 {
     this.outerInstance = outerInstance;
     this.docs          = docs;
     this.stopTime      = stopTime;
     this.delIDs        = delIDs;
     this.delPackIDs    = delPackIDs;
     this.allSubDocs    = allSubDocs;
 }
 public ThreadAnonymousClass(ThreadedIndexingAndSearchingTestCase outerInstance, LineFileDocs docs, long stopTime, ISet <string> delIDs, ISet <string> delPackIDs, ConcurrentQueue <SubDocs> allSubDocs)
 {
     this.outerInstance = outerInstance;
     this.docs          = docs;
     this.stopTime      = stopTime;
     this.delIDs        = delIDs;
     this.delPackIDs    = delPackIDs;
     this.allSubDocs    = allSubDocs;
 }
 public PrintStreamInfoStreamAnonymousInnerClassHelper(ThreadedIndexingAndSearchingTestCase outerInstance, TextWriter @out)
     : base(@out)
 {
     this.outerInstance = outerInstance;
 }
 public IndexReaderWarmerAnonymousInnerClassHelper(ThreadedIndexingAndSearchingTestCase outerInstance)
 {
     this.outerInstance = outerInstance;
 }