Apache Lucene.Net 2.1 Class Library API

Token.endLine Field

beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.

public int endLine;

See Also

Token Class | Lucene.Net.QueryParsers Namespace