Links two PrefixAwareTokenFilter.

NOTE: This filter might not behave correctly if used with custom Attributes, i.e. Attributes other than the ones located in Lucene.Net.Analysis.Tokenattributes.

Namespace: Lucene.Net.Analyzers.Miscellaneous
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
public class PrefixAndSuffixAwareTokenFilter : TokenStream
Visual Basic
Public Class PrefixAndSuffixAwareTokenFilter _
	Inherits TokenStream
Visual C++
public ref class PrefixAndSuffixAwareTokenFilter : public TokenStream

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Util..::..AttributeSource
    Lucene.Net.Analysis..::..TokenStream
      Lucene.Net.Analyzers.Miscellaneous..::..PrefixAndSuffixAwareTokenFilter

See Also