Interface IFlagsAttribute
This attribute can be used to pass different flags down the Tokenizer chain, eg from one TokenFilter to another one.
This is completely distinct from ITypeAttribute, although they do share similar purposes. The flags can be used to encode information about the token for use by other TokenFilters.Note
This API is experimental and might change in incompatible ways in the next release.
Inherited Members
Namespace: Lucene.Net.Analysis.TokenAttributes
Assembly: Lucene.Net.dll
Syntax
public interface IFlagsAttribute : IAttribute
Properties
Flags
Get the bitset for any bits that have been set.
Declaration
int Flags { get; set; }
Property Value
Type | Description |
---|---|
int |