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

Inheritance: TokenStream
Mostrar archivo Open project: synhershko/lucene.net

Public Methods

Method Description
End ( ) : void
FastStringTokenizer ( String str, bool isLetter, bool toLowerCase, ISet stopWords ) : System
IncrementToken ( ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
IsStopWord ( string text ) : bool
IsTokenChar ( char c, bool isLetter ) : bool

Method Details

Dispose() protected method

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

End() public final method

public final End ( ) : void
return void

FastStringTokenizer() public method

public FastStringTokenizer ( String str, bool isLetter, bool toLowerCase, ISet stopWords ) : System
str String
isLetter bool
toLowerCase bool
stopWords ISet
return System

IncrementToken() public method

public IncrementToken ( ) : bool
return bool