예제 #1
0
 public ThreadAnonymousInnerClassHelper(TestIndexWriterMerging outerInstance, Document doc, IndexWriter finalWriter, List <Exception> failure)
 {
     this.OuterInstance = outerInstance;
     this.Doc           = doc;
     this.FinalWriter   = finalWriter;
     this.Failure       = failure;
 }
예제 #2
0
 public ThreadAnonymousClass(TestIndexWriterMerging outerInstance, Document doc, IndexWriter finalWriter, IList <Exception> failure)
 {
     this.outerInstance = outerInstance;
     this.doc           = doc;
     this.finalWriter   = finalWriter;
     this.failure       = failure;
 }
예제 #3
0
 public ThreadAnonymousInnerClassHelper(TestIndexWriterMerging outerInstance, Document doc, IndexWriter finalWriter, List<Exception> failure)
 {
     this.OuterInstance = outerInstance;
     this.Doc = doc;
     this.FinalWriter = finalWriter;
     this.Failure = failure;
 }
예제 #4
0
 public MyMergeScheduler(TestIndexWriterMerging outerInstance)
 {
     this.OuterInstance = outerInstance;
 }
예제 #5
0
 public MyMergeScheduler(TestIndexWriterMerging outerInstance)
 {
     this.OuterInstance = outerInstance;
 }