C# Class Lucene.Net.Analysis.Miscellaneous.PatternAnalyzer.RegexTokenizer

Inheritance: TokenStream
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Méthode Description
End ( ) : void
IncrementToken ( ) : bool
RegexTokenizer ( String str, Regex regex, bool toLowerCase ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

End() public final méthode

public final End ( ) : void
Résultat void

IncrementToken() public final méthode

public final IncrementToken ( ) : bool
Résultat bool

RegexTokenizer() public méthode

public RegexTokenizer ( String str, Regex regex, bool toLowerCase ) : System
str String
regex System.Text.RegularExpressions.Regex
toLowerCase bool
Résultat System