C# 클래스 Rebel.Lucene.TransactionalIndexWorker

상속: DisposableObject
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Document document ) : void
Commit ( ) : void
RemoveAll ( ) : void
RemoveWhere ( Term term ) : void
TransactionalIndexWorker ( IndexConfiguration indexConfiguration, IndexWriter indexWriter ) : System
TryOptimize ( ) : bool
TryOptimizeDeletions ( ) : bool
TryRollback ( ) : bool

보호된 메소드들

메소드 설명
DisposeResources ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( Document document ) : void
document Document
리턴 void

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

DisposeResources() 보호된 메소드

protected DisposeResources ( ) : void
리턴 void

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

RemoveWhere() 공개 메소드

public RemoveWhere ( Term term ) : void
term Term
리턴 void

TransactionalIndexWorker() 공개 메소드

public TransactionalIndexWorker ( IndexConfiguration indexConfiguration, IndexWriter indexWriter ) : System
indexConfiguration IndexConfiguration
indexWriter IndexWriter
리턴 System

TryOptimize() 공개 메소드

public TryOptimize ( ) : bool
리턴 bool

TryOptimizeDeletions() 공개 메소드

public TryOptimizeDeletions ( ) : bool
리턴 bool

TryRollback() 공개 메소드

public TryRollback ( ) : bool
리턴 bool