C# 클래스 Bamboo.Prevalence.Indexing.FullText.Filters.WordFilter

상속: Bamboo.Prevalence.Indexing.FullText.Filters.ConditionalFilter
파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence

공개 메소드들

메소드 설명
WordFilter ( ) : System

Creates a new filter that will not allow any words in the list represented by the words argument to pass through the chain.

WordFilter ( ITokenizer previous ) : System

See WordFilter(string[]).

보호된 메소드들

메소드 설명
IsValidToken ( Token token ) : bool

See ConditionalFilter.IsValidToken for details.

메소드 상세

IsValidToken() 보호된 메소드

See ConditionalFilter.IsValidToken for details.
protected IsValidToken ( Token token ) : bool
token Bamboo.Prevalence.Indexing.FullText.Token
리턴 bool

WordFilter() 공개 메소드

Creates a new filter that will not allow any words in the list represented by the words argument to pass through the chain.
public WordFilter ( ) : System
리턴 System

WordFilter() 공개 메소드

See WordFilter(string[]).
public WordFilter ( ITokenizer previous ) : System
previous ITokenizer the previous tokenizer in the chain
리턴 System