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

Inheritance: TokenStream
Show file Open project: synhershko/lucene.net

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

End() public final method

public final End ( ) : void
return void

IncrementToken() public final method

public final IncrementToken ( ) : bool
return bool

RegexTokenizer() public method

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