Lucene.Net 1.4.3 Class Library

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