C# 클래스 IndexViewer.sitecore_modules.Shell.IndexViewer.Logic.Index.ContentSearchIndex

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

공개 메소드들

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

비공개 메소드들

메소드 설명
CloseSearcher ( ) : void
CreateReader ( ) : IndexReader

메소드 상세

ContentSearchIndex() 공개 메소드

public ContentSearchIndex ( ISearchIndex index ) : System
index ISearchIndex
리턴 System

CreateSearcher() 공개 메소드

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

GetDirectoryPath() 공개 메소드

public GetDirectoryPath ( ) : string
리턴 string

GetDocumentCount() 공개 메소드

public GetDocumentCount ( ) : int
리턴 int

GetLastUpdated() 공개 메소드

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

Optimize() 공개 메소드

public Optimize ( ) : void
리턴 void

Rebuild() 공개 메소드

public Rebuild ( ) : void
리턴 void