Apache Lucene.Net 2.1 Class Library API

Token.beginLine 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 beginLine;

See Also

Token Class | Lucene.Net.QueryParsers Namespace