C# Class Lucene.Net.Index.TestNeverDelete.ThreadAnonymousInnerClassHelper

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

Public Methods

Method Description
Run ( ) : void
ThreadAnonymousInnerClassHelper ( RandomIndexWriter w, long stopTime, Func newStringField, Func newTextField ) : Lucene.Net.Documents

Method Details

Run() public method

public Run ( ) : void
return void

ThreadAnonymousInnerClassHelper() public method

public ThreadAnonymousInnerClassHelper ( RandomIndexWriter w, long stopTime, Func newStringField, Func newTextField ) : Lucene.Net.Documents
w RandomIndexWriter
stopTime long
newStringField Func /// LUCENENET specific /// Passed in because /// is no longer static ///
newTextField Func /// LUCENENET specific /// Passed in because /// is no longer static ///
return Lucene.Net.Documents