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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
IsStopWord ( string text ) : bool
IsTokenChar ( char c, bool isLetter ) : bool

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

FastStringTokenizer() public méthode

public FastStringTokenizer ( String str, bool isLetter, bool toLowerCase, ISet stopWords ) : System
str String
isLetter bool
toLowerCase bool
stopWords ISet
Résultat System

IncrementToken() public méthode

public IncrementToken ( ) : bool
Résultat bool