C# Class Bamboo.Prevalence.Indexing.FullText.Filters.WordFilter

Inheritance: Bamboo.Prevalence.Indexing.FullText.Filters.ConditionalFilter
Afficher le fichier Open project: bamboo/Bamboo.Prevalence

Méthodes publiques

Méthode Description
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[]).

Méthodes protégées

Méthode Description
IsValidToken ( Token token ) : bool

See ConditionalFilter.IsValidToken for details.

Method Details

IsValidToken() protected méthode

See ConditionalFilter.IsValidToken for details.
protected IsValidToken ( Token token ) : bool
token Bamboo.Prevalence.Indexing.FullText.Token
Résultat bool

WordFilter() public méthode

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
Résultat System

WordFilter() public méthode

See WordFilter(string[]).
public WordFilter ( ITokenizer previous ) : System
previous ITokenizer the previous tokenizer in the chain
Résultat System