C# 클래스 Lucene.Net.Index.TestRollingUpdates.IndexingThread

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

공개 메소드들

메소드 설명
IndexingThread ( LineFileDocs docs, IndexWriter writer, int num, Func newStringField ) : System
Run ( ) : void

메소드 상세

IndexingThread() 공개 메소드

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. ///
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void