The start and end character offset 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 OffsetAttributeImpl : AttributeImpl, 
	OffsetAttribute, Attribute, ICloneable
Visual Basic
<SerializableAttribute> _
Public Class OffsetAttributeImpl _
	Inherits AttributeImpl _
	Implements OffsetAttribute, Attribute, ICloneable
Visual C++
[SerializableAttribute]
public ref class OffsetAttributeImpl : public AttributeImpl, 
	OffsetAttribute, Attribute, ICloneable

Inheritance Hierarchy

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

See Also