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

Inheritance: IndexWriter
Exibir arquivo Open project: synhershko/lucene.net

Public Methods

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

Private Methods

Method Description
InitBlock ( TestIndexWriterExceptions enclosingInstance ) : void

Method Details

MockIndexWriter() public method

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

TestPoint() public method

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