C# 클래스 ScrewTurn.Wiki.SearchEngine.InMemoryIndexWordFetcher

Implements a word fetcher for use with the in-memory index.
상속: IWordFetcher
파일 보기 프로젝트 열기: mono/ScrewTurnWiki 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

InMemoryIndexWordFetcher ( Word>.Dictionary catalog ) : System

Initializes a new instance of the T:InMemoryWordFetcher class.

TryGetWord ( string text, Word &word ) : bool

Tries to get a word.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

InMemoryIndexWordFetcher() 공개 메소드

Initializes a new instance of the T:InMemoryWordFetcher class.
public InMemoryIndexWordFetcher ( Word>.Dictionary catalog ) : System
catalog Word>.Dictionary The index catalog.
리턴 System

TryGetWord() 공개 메소드

Tries to get a word.
public TryGetWord ( string text, Word &word ) : bool
text string The text of the word.
word Word The found word, if any, null otherwise.
리턴 bool