Class KeywordMarkerFilter
Marks terms as keywords via the KeywordAttribute.
Inheritance
System.Object
KeywordMarkerFilter
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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
System.IDisposable