C# Class Lucene.Net.Index.TestIndexWriterWithThreads.IndexerThread

Inheritance: Lucene.Net.Support.ThreadClass
显示文件 Open project: paulirwin/lucene.net

Public Methods

Method Description
IndexerThread ( TestIndexWriterWithThreads outerInstance, IndexWriter writer, bool noErrors ) : Apache.NMS.Util
Run ( ) : void

Method Details

IndexerThread() public method

public IndexerThread ( TestIndexWriterWithThreads outerInstance, IndexWriter writer, bool noErrors ) : Apache.NMS.Util
outerInstance TestIndexWriterWithThreads
writer IndexWriter
noErrors bool
return Apache.NMS.Util

Run() public method

public Run ( ) : void
return void