String token types that correspond to token type int constants

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

Syntax

C#
public static readonly string[] TOKEN_TYPES
Visual Basic
Public Shared ReadOnly TOKEN_TYPES As String()
Visual C++
public:
static initonly array<String^>^ TOKEN_TYPES

See Also