Apache Lucene.Net 2.1 Class Library API

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