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#
[SerializableAttribute]
public class TypeAttributeImpl : AttributeImpl, 
	TypeAttribute, Attribute, ICloneable
Visual Basic
<SerializableAttribute> _
Public Class TypeAttributeImpl _
	Inherits AttributeImpl _
	Implements TypeAttribute, Attribute, ICloneable
Visual C++
[SerializableAttribute]
public ref class TypeAttributeImpl : public AttributeImpl, 
	TypeAttribute, Attribute, ICloneable

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Util..::..AttributeImpl
    Lucene.Net.Analysis.Tokenattributes..::..TypeAttributeImpl

See Also