C# Class org.apache.lucene.analysis.standard.ClassicFilter

Normalizes tokens extracted with ClassicTokenizer.
Inheritance: TokenFilter
Afficher le fichier Open project: paulirwin/lucene.net Class Usage Examples

Méthodes publiques

Méthode Description
ClassicFilter ( TokenStream @in )

Construct filtering in.

incrementToken ( ) : bool

Returns the next token in the stream, or null at EOS.

Removes 's from the end of words.

Removes dots from acronyms.

Method Details

ClassicFilter() public méthode

Construct filtering in.
public ClassicFilter ( TokenStream @in )
@in TokenStream

incrementToken() public méthode

Returns the next token in the stream, or null at EOS.

Removes 's from the end of words.

Removes dots from acronyms.

public incrementToken ( ) : bool
Résultat bool