The term text of a Token.

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

Syntax

C#
[SerializableAttribute]
public class TermAttributeImpl : AttributeImpl, 
	TermAttribute, Attribute, ICloneable
Visual Basic
<SerializableAttribute> _
Public Class TermAttributeImpl _
	Inherits AttributeImpl _
	Implements TermAttribute, Attribute, ICloneable
Visual C++
[SerializableAttribute]
public ref class TermAttributeImpl : public AttributeImpl, 
	TermAttribute, Attribute, ICloneable

Inheritance Hierarchy

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

See Also