This attribute can be used to pass different flags down the tokenizer chain, eg from one TokenFilter to another one.

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

Syntax

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

Inheritance Hierarchy

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

See Also