Interface ITypeAttribute
A Token's lexical type. The Default value is "word".
Inherited Members
Namespace: Lucene.Net.Analysis.TokenAttributes
Assembly: Lucene.Net.dll
Syntax
public interface ITypeAttribute : IAttribute
Properties
| Improve this Doc View SourceType
Gets or Sets the lexical type.
Declaration
string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |