C# Class Lucene.Net.Contrib.Management.Client.Committer

Inheritance: IDisposable
显示文件 Open project: NielsKuhnel/NrtManager Class Usage Examples

Public Methods

Method Description
Committer ( IndexWriter writer, System.TimeSpan commitInterval, System.TimeSpan optimizeInterval ) : System
Dispose ( ) : void
Start ( ) : void

Method Details

Committer() public method

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

Dispose() public method

public Dispose ( ) : void
return void

Start() public method

public Start ( ) : void
return void