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

Marks terms as keywords via the KeywordAttribute.
Inheritance: TokenFilter
Show file Open project: paulirwin/lucene.net

Public Methods

Method Description
incrementToken ( ) : bool

Protected Methods

Method Description
KeywordMarkerFilter ( TokenStream @in )

Creates a new KeywordMarkerFilter

Method Details

KeywordMarkerFilter() protected method

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

incrementToken() public method

public incrementToken ( ) : bool
return bool