Utility class that spawns multiple indexing and searching threads.
Inheritance: LuceneTestCase
 public ThreadAnonymousInnerClassHelper2(ThreadedIndexingAndSearchingTestCase outerInstance, long stopTimeMS, AtomicInt32 totHits, AtomicInt32 totTermCount)
 {
     this.outerInstance = outerInstance;
     this.stopTimeMS    = stopTimeMS;
     this.totHits       = totHits;
     this.totTermCount  = totTermCount;
 }
Exemple #2
0
 public ThreadAnonymousInnerClassHelper2(ThreadedIndexingAndSearchingTestCase outerInstance, DateTime stopTime, AtomicInteger totHits, AtomicInteger totTermCount)
 {
     this.OuterInstance = outerInstance;
     this.StopTime      = stopTime;
     this.TotHits       = totHits;
     this.TotTermCount  = totTermCount;
 }
Exemple #3
0
 public ThreadAnonymousInnerClassHelper(ThreadedIndexingAndSearchingTestCase outerInstance, LineFileDocs docs, DateTime 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;
 }
Exemple #4
0
 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;
 }
Exemple #5
0
 public PrintStreamInfoStreamAnonymousInnerClassHelper(ThreadedIndexingAndSearchingTestCase outerInstance, TextWriter @out)
     : base(@out)
 {
     this.OuterInstance = outerInstance;
 }
Exemple #6
0
 public IndexReaderWarmerAnonymousInnerClassHelper(ThreadedIndexingAndSearchingTestCase outerInstance)
 {
     this.OuterInstance = outerInstance;
 }
 public PrintStreamInfoStreamAnonymousInnerClassHelper(ThreadedIndexingAndSearchingTestCase outerInstance, TextWriter @out)
     : base(@out)
 {
     this.OuterInstance = outerInstance;
 }
 public IndexReaderWarmerAnonymousInnerClassHelper(ThreadedIndexingAndSearchingTestCase outerInstance)
 {
     this.OuterInstance = outerInstance;
 }
 public ThreadAnonymousInnerClassHelper2(ThreadedIndexingAndSearchingTestCase outerInstance, DateTime stopTime, AtomicInteger totHits, AtomicInteger totTermCount)
 {
     this.OuterInstance = outerInstance;
     this.StopTime = stopTime;
     this.TotHits = totHits;
     this.TotTermCount = totTermCount;
 }
 public ThreadAnonymousInnerClassHelper(ThreadedIndexingAndSearchingTestCase outerInstance, LineFileDocs docs, DateTime 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;
 }
Exemple #11
0
 public IndexReaderWarmerAnonymousClass(ThreadedIndexingAndSearchingTestCase outerInstance)
 {
     this.outerInstance = outerInstance;
 }