Exemplo n.º 1
0
 public MockIndexWriter(TestAtomicUpdate enclosingInstance, Directory dir, Analyzer a, bool create, IndexWriter.MaxFieldLength mfl)
     : base(dir, a, create, mfl)
 {
     InitBlock(enclosingInstance);
 }
Exemplo n.º 2
0
 private void  InitBlock(TestAtomicUpdate enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
 public MockIndexWriter(TestAtomicUpdate enclosingInstance, Directory dir, Analyzer a, bool create, IndexWriter.MaxFieldLength mfl)
     : base(dir, a, create, mfl)
 {
     InitBlock(enclosingInstance);
 }
 private void  InitBlock(TestAtomicUpdate enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
Exemplo n.º 5
0
 public MockIndexWriter(TestAtomicUpdate enclosingInstance, Directory dir, bool autoCommit, Analyzer a, bool create) : base(dir, autoCommit, a, create)
 {
     InitBlock(enclosingInstance);
 }
			public MockIndexWriter(TestAtomicUpdate enclosingInstance, Directory dir, bool autoCommit, Analyzer a, bool create):base(dir, autoCommit, a, create)
			{
				InitBlock(enclosingInstance);
			}