Lucene.Net 1.4.3 Class Library

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

See Also

Token Class | Lucene.Net.Analysis.Standard Namespace