상속: Lucene.Net.Util.LuceneTestCase
예제 #1
0
 public IndexingThread(TestStressIndexing2 outerInstance)
 {
     this.outerInstance = outerInstance;
 }
예제 #2
0
			public MockIndexWriter(TestStressIndexing2 enclosingInstance, Directory dir, bool autoCommit, Analyzer a, bool create):base(dir, autoCommit, a, create)
			{
				InitBlock(enclosingInstance);
			}
예제 #3
0
 public YieldTestPoint(TestStressIndexing2 outerInstance)
 {
     this.outerInstance = outerInstance;
 }
예제 #4
0
			private void  InitBlock(TestStressIndexing2 enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
예제 #5
0
 public MockIndexWriter(TestStressIndexing2 enclosingInstance, Directory dir, bool autoCommit, Analyzer a, bool create) : base(dir, autoCommit, a, create)
 {
     InitBlock(enclosingInstance);
 }
예제 #6
0
 private void  InitBlock(TestStressIndexing2 enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
예제 #7
0
 public MockIndexWriter(TestStressIndexing2 enclosingInstance, Directory dir, Analyzer a, bool create, IndexWriter.MaxFieldLength mfl) : base(dir, a, create, mfl)
 {
     InitBlock(enclosingInstance);
 }
예제 #8
0
			public MockIndexWriter(TestStressIndexing2 enclosingInstance, Directory dir, Analyzer a, bool create, IndexWriter.MaxFieldLength mfl):base(dir, a, create, mfl)
			{
				InitBlock(enclosingInstance);
			}