コード例 #1
0
ファイル: TestAtomicUpdate.cs プロジェクト: Nangal/lucene.net
 public MockIndexWriter(TestAtomicUpdate enclosingInstance, Directory dir, Analyzer a, bool create, IndexWriter.MaxFieldLength mfl)
     : base(dir, a, create, mfl)
 {
     InitBlock(enclosingInstance);
 }
コード例 #2
0
ファイル: TestAtomicUpdate.cs プロジェクト: Nangal/lucene.net
 private void  InitBlock(TestAtomicUpdate enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
コード例 #3
0
 public MockIndexWriter(TestAtomicUpdate enclosingInstance, Directory dir, Analyzer a, bool create, IndexWriter.MaxFieldLength mfl)
     : base(dir, a, create, mfl)
 {
     InitBlock(enclosingInstance);
 }
コード例 #4
0
 private void  InitBlock(TestAtomicUpdate enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
コード例 #5
0
 public MockIndexWriter(TestAtomicUpdate enclosingInstance, Directory dir, bool autoCommit, Analyzer a, bool create) : base(dir, autoCommit, a, create)
 {
     InitBlock(enclosingInstance);
 }
コード例 #6
0
			public MockIndexWriter(TestAtomicUpdate enclosingInstance, Directory dir, bool autoCommit, Analyzer a, bool create):base(dir, autoCommit, a, create)
			{
				InitBlock(enclosingInstance);
			}