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

Inheritance: IDisposable
Afficher le fichier Open project: NielsKuhnel/NrtManager Class Usage Examples

Méthodes publiques

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

Method Details

Committer() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void