This attribute can be used to pass different flags down the {@link 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#
public interface FlagsAttribute : Attribute
Visual Basic
Public Interface FlagsAttribute _
	Inherits Attribute
Visual C++
public interface class FlagsAttribute : Attribute

See Also