Apache Lucene.Net 2.4.0 Class Library API

Token Constructor

No-argument constructor

Overload List

No-argument constructor

public Token();

Constructs a new token for the specified Image.

public Token(int);

Constructs a new token for the specified Image and Kind.

public Token(int,string);

See Also

Token Class | Lucene.Net.QueryParsers Namespace