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

Inheritance: Lucene.Net.Support.ThreadClass
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

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

Method Details

IndexingThread() public méthode

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. ///
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void