C# Class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer.PatternTokenizer

The work horse; performance isn't fantastic, but it's not nearly as bad as one might think - kudos to the Sun regex developers.
Inheritance: Tokenizer
Show file Open project: paulirwin/lucene.net

Public Methods

Method Description
PatternTokenizer ( Reader input, Pattern pattern, bool toLowerCase ) : System
close ( ) : void
end ( ) : void
incrementToken ( ) : bool
reset ( ) : void

Method Details

PatternTokenizer() public method

public PatternTokenizer ( Reader input, Pattern pattern, bool toLowerCase ) : System
input Reader
pattern Pattern
toLowerCase bool
return System

close() public method

public close ( ) : void
return void

end() public method

public end ( ) : void
return void

incrementToken() public method

public incrementToken ( ) : bool
return bool

reset() public method

public reset ( ) : void
return void