C# Class Lucene.Net.ThreadSafetyTest.IndexerThread

Inheritance: SupportClass.ThreadClass
Datei anzeigen Open project: runefs/Marvin

Public Methods

Method Description
IndexerThread ( IndexWriter writer ) : System
Run ( ) : void

Private Methods

Method Description
InitBlock ( ) : void

Method Details

IndexerThread() public method

public IndexerThread ( IndexWriter writer ) : System
writer Lucene.Net.Index.IndexWriter
return System

Run() public method

public Run ( ) : void
return void