Class StemmerOverrideFilter
Provides the ability to override any KeywordAttribute aware stemmer with custom dictionary-based stemming.
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 StemmerOverrideFilter : TokenFilter, IDisposable
Constructors
Name | Description |
---|---|
StemmerOverrideFilter(TokenStream, StemmerOverrideFilter.StemmerOverrideMap) | Create a new StemmerOverrideFilter, performing dictionary-based stemming
with the provided dictionary ( Any dictionary-stemmed terms will be marked with KeywordAttribute so that they will not be stemmed with stemmers down the chain. |
Methods
Name | Description |
---|---|
IncrementToken() |