C# Class Lucene.Net.Analysis.Standard.ClassicFilter

Normalizes tokens extracted with ClassicTokenizer.
Inheritance: TokenFilter
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
ClassicFilter ( TokenStream @in ) : Lucene.Net.Analysis.Tokenattributes

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 ) : Lucene.Net.Analysis.Tokenattributes
@in TokenStream
Résultat Lucene.Net.Analysis.Tokenattributes

IncrementToken() public final 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 final IncrementToken ( ) : bool
Résultat bool