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

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

Public Methods

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

Private Methods

Method Description
InitBlock ( TestStressIndexing2 enclosingInstance ) : void

Method Details

MockIndexWriter() public method

public MockIndexWriter ( TestStressIndexing2 enclosingInstance, Lucene.Net.Store.Directory dir, Analyzer a, bool create, IndexWriter mfl ) : System
enclosingInstance TestStressIndexing2
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