C# 클래스 Lucene.Net.Contrib.Management.Client.Committer

상속: IDisposable
파일 보기 프로젝트 열기: NielsKuhnel/NrtManager 1 사용 예제들

공개 메소드들

메소드 설명
Committer ( IndexWriter writer, System.TimeSpan commitInterval, System.TimeSpan optimizeInterval ) : System
Dispose ( ) : void
Start ( ) : void

메소드 상세

Committer() 공개 메소드

public Committer ( IndexWriter writer, System.TimeSpan commitInterval, System.TimeSpan optimizeInterval ) : System
writer Lucene.Net.Index.IndexWriter
commitInterval System.TimeSpan
optimizeInterval System.TimeSpan
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void