Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Properties | List of all members
Lucene.Net.Analysis.Tokenattributes.ITypeAttribute Interface Reference

A Token's lexical type. The Default value is "word". More...

Inherits Lucene.Net.Util.IAttribute.

Inherited by Lucene.Net.Analysis.Token, and Lucene.Net.Analysis.Tokenattributes.TypeAttribute.

Properties

string Type [get, set]
 Gets or sets this Token's lexical type. Defaults to "word".
 

Detailed Description

A Token's lexical type. The Default value is "word".

Definition at line 25 of file ITypeAttribute.cs.

Property Documentation

string Lucene.Net.Analysis.Tokenattributes.ITypeAttribute.Type
getset

Gets or sets this Token's lexical type. Defaults to "word".

Definition at line 28 of file ITypeAttribute.cs.


The documentation for this interface was generated from the following file: