C# Class Rebel.Lucene.TransactionalIndexWorker

Inheritance: DisposableObject
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Document document ) : void
Commit ( ) : void
RemoveAll ( ) : void
RemoveWhere ( Term term ) : void
TransactionalIndexWorker ( IndexConfiguration indexConfiguration, IndexWriter indexWriter ) : System
TryOptimize ( ) : bool
TryOptimizeDeletions ( ) : bool
TryRollback ( ) : bool

Méthodes protégées

Méthode Description
DisposeResources ( ) : void

Method Details

Add() public méthode

public Add ( Document document ) : void
document Document
Résultat void

Commit() public méthode

public Commit ( ) : void
Résultat void

DisposeResources() protected méthode

protected DisposeResources ( ) : void
Résultat void

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

RemoveWhere() public méthode

public RemoveWhere ( Term term ) : void
term Term
Résultat void

TransactionalIndexWorker() public méthode

public TransactionalIndexWorker ( IndexConfiguration indexConfiguration, IndexWriter indexWriter ) : System
indexConfiguration IndexConfiguration
indexWriter IndexWriter
Résultat System

TryOptimize() public méthode

public TryOptimize ( ) : bool
Résultat bool

TryOptimizeDeletions() public méthode

public TryOptimizeDeletions ( ) : bool
Résultat bool

TryRollback() public méthode

public TryRollback ( ) : bool
Résultat bool