C# Class Lucene.Net.Index.TestRollingUpdates.IndexingThread

Inheritance: Lucene.Net.Support.ThreadClass
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
IndexingThread ( LineFileDocs docs, IndexWriter writer, int num, Func newStringField ) : System
Run ( ) : void

Method Details

IndexingThread() public method

public IndexingThread ( LineFileDocs docs, IndexWriter writer, int num, Func newStringField ) : System
docs Lucene.Net.Util.LineFileDocs
writer IndexWriter
num int
newStringField Func /// LUCENENET specific /// Passed in because /// is no longer static. ///
return System

Run() public method

public Run ( ) : void
return void