Class KeywordMarkerFilter
Marks terms as keywords via the KeywordAttribute.
Inheritance
System.Object
KeywordMarkerFilter
Implements
IDisposable
Inherited Members
Namespace: Lucene.Net.Analysis.Miscellaneous
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public abstract class KeywordMarkerFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourceKeywordMarkerFilter(TokenStream)
Creates a new KeywordMarkerFilter
Declaration
protected KeywordMarkerFilter(TokenStream in)
Parameters
| Type | Name | Description |
|---|---|---|
| TokenStream | in | the input stream |
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override sealed bool IncrementToken()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
| Improve this Doc View SourceIsKeyword()
Declaration
protected abstract bool IsKeyword()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Implements
IDisposable