Lucene.Net 1.4.3 Class Library

Token.kind Field

An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.

public int kind;

See Also

Token Class | Lucene.Net.QueryParsers Namespace