public RunThread(TestNRTReaderWithThreads outerInstance, int type, IndexWriter writer) { this.outerInstance = outerInstance; this.type = type; this.writer = writer; }
private void InitBlock(TestNRTReaderWithThreads enclosingInstance) { this.enclosingInstance = enclosingInstance; }
public RunThread(TestNRTReaderWithThreads enclosingInstance, int type, IndexWriter writer) { InitBlock(enclosingInstance); this.type = type; this.writer = writer; }
public RunThread(TestNRTReaderWithThreads outerInstance, int type, IndexWriter writer) { this.OuterInstance = outerInstance; this.Type = type; this.Writer = writer; }