Apache Lucene.Net 2.4.0 Class Library API

ParseException.currentToken Field

This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.

public Token currentToken;

See Also

ParseException Class | Lucene.Net.QueryParsers Namespace