C# Class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilter

Marks terms as keywords via the KeywordAttribute.
Inheritance: TokenFilter
Afficher le fichier Open project: paulirwin/lucene.net

Méthodes publiques

Méthode Description
incrementToken ( ) : bool

Méthodes protégées

Méthode Description
KeywordMarkerFilter ( TokenStream @in )

Creates a new KeywordMarkerFilter

Method Details

KeywordMarkerFilter() protected méthode

Creates a new KeywordMarkerFilter
protected KeywordMarkerFilter ( TokenStream @in )
@in TokenStream

incrementToken() public méthode

public incrementToken ( ) : bool
Résultat bool