Наследование: Lucene.Net.Util.LuceneTestCase
Пример #1
0
 public ThreadAnonymousInnerClassHelper(TestThreadedForceMerge outerInstance, int iterFinal, FieldType customType, int iFinal, IndexWriter writerFinal)
 {
     this.OuterInstance = outerInstance;
     this.IterFinal     = iterFinal;
     this.CustomType    = customType;
     this.IFinal        = iFinal;
     this.WriterFinal   = writerFinal;
 }
Пример #2
0
 public ThreadAnonymousClass(TestThreadedForceMerge outerInstance, int iterFinal, FieldType customType, int iFinal, IndexWriter writerFinal)
 {
     this.outerInstance = outerInstance;
     this.iterFinal     = iterFinal;
     this.customType    = customType;
     this.iFinal        = iFinal;
     this.writerFinal   = writerFinal;
 }
 public ThreadAnonymousInnerClassHelper(TestThreadedForceMerge outerInstance, int iterFinal, FieldType customType, int iFinal, IndexWriter writerFinal)
 {
     this.OuterInstance = outerInstance;
     this.IterFinal = iterFinal;
     this.CustomType = customType;
     this.IFinal = iFinal;
     this.WriterFinal = writerFinal;
 }