Class SetKeywordMarkerFilter
Marks terms as keywords via the KeywordAttribute. Each token
contained in the provided set is marked as a keyword by setting
IsKeyword to true
.
Inheritance
System.Object
SetKeywordMarkerFilter
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public sealed class SetKeywordMarkerFilter : KeywordMarkerFilter, IDisposable
Constructors
Name | Description |
---|---|
SetKeywordMarkerFilter(TokenStream, CharArraySet) | Create a new SetKeywordMarkerFilter, that marks the current token as a keyword if the tokens term buffer is contained in the given set via the KeywordAttribute. |
Methods
Name | Description |
---|---|
IsKeyword() |