A Token's lexical type. The Default value is "word".

Namespace: Lucene.Net.Analysis.Tokenattributes
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public interface TypeAttribute : Attribute
Visual Basic
Public Interface TypeAttribute _
	Inherits Attribute
Visual C++
public interface class TypeAttribute : Attribute

See Also