C# Class Lucene.Net.Index.TestAtomicUpdate.MockIndexWriter

Inheritance: IndexWriter
显示文件 Open project: synhershko/lucene.net

Public Methods

Method Description
MockIndexWriter ( TestAtomicUpdate enclosingInstance, Lucene.Net.Store.Directory dir, Analyzer a, bool create, IndexWriter mfl ) : System
TestPoint ( System name ) : bool

Private Methods

Method Description
InitBlock ( TestAtomicUpdate enclosingInstance ) : void

Method Details

MockIndexWriter() public method

public MockIndexWriter ( TestAtomicUpdate enclosingInstance, Lucene.Net.Store.Directory dir, Analyzer a, bool create, IndexWriter mfl ) : System
enclosingInstance TestAtomicUpdate
dir Lucene.Net.Store.Directory
a Lucene.Net.Analysis.Analyzer
create bool
mfl IndexWriter
return System

TestPoint() public method

public TestPoint ( System name ) : bool
name System
return bool