C# 클래스 Lucene.Net.Index.TestNeverDelete.ThreadAnonymousInnerClassHelper

상속: Lucene.Net.Support.ThreadClass
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
Run ( ) : void
ThreadAnonymousInnerClassHelper ( RandomIndexWriter w, long stopTime, Func newStringField, Func newTextField ) : Lucene.Net.Documents

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void

ThreadAnonymousInnerClassHelper() 공개 메소드

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 ///
리턴 Lucene.Net.Documents