Class PrefixAndSuffixAwareTokenFilter
Links two PrefixAwareTokenFilter.
NOTE: This filter might not behave correctly if used with custom IAttributes, i.e. IAttributes other than the ones located in Lucene.Net.Analysis.TokenAttributes.
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 class PrefixAndSuffixAwareTokenFilter : TokenStream, IDisposable
Constructors
Name | Description |
---|---|
PrefixAndSuffixAwareTokenFilter(TokenStream, TokenStream, TokenStream) |
Methods
Name | Description |
---|---|
Dispose(Boolean) | |
End() | |
IncrementToken() | |
Reset() | |
UpdateInputToken(Token, Token) | |
UpdateSuffixToken(Token, Token) |