Property StartOffset
StartOffset
Gets or sets this Token's starting offset, the position of the first character corresponding to this token in the source text. Note that the difference between endOffset() and startOffset() may not be equal to TermLength(), as the term text may have been altered by a stemmer or some other filter.
Declaration
public virtual int StartOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |