C# 클래스 IndexViewer.BaseIndex

상속: IIndex
파일 보기 프로젝트 열기: JimmieOverby/IndexViewer

공개 메소드들

메소드 설명
CreateDirectory ( ) : Directory
CreateSearcher ( ) : IndexSearcher
GetDirectoryPath ( ) : string
GetDocumentCount ( ) : int
GetLastUpdated ( ) : System.DateTime
Optimize ( ) : void
Rebuild ( ) : void

보호된 메소드들

메소드 설명
CloseSearcher ( ) : void

메소드 상세

CloseSearcher() 보호된 메소드

protected CloseSearcher ( ) : void
리턴 void

CreateDirectory() 공개 추상적인 메소드

public abstract CreateDirectory ( ) : Directory
리턴 Directory

CreateSearcher() 공개 추상적인 메소드

public abstract CreateSearcher ( ) : IndexSearcher
리턴 Lucene.Net.Search.IndexSearcher

GetDirectoryPath() 공개 메소드

public GetDirectoryPath ( ) : string
리턴 string

GetDocumentCount() 공개 추상적인 메소드

public abstract GetDocumentCount ( ) : int
리턴 int

GetLastUpdated() 공개 메소드

public GetLastUpdated ( ) : System.DateTime
리턴 System.DateTime

Optimize() 공개 추상적인 메소드

public abstract Optimize ( ) : void
리턴 void

Rebuild() 공개 추상적인 메소드

public abstract Rebuild ( ) : void
리턴 void