Property MatchEnds
MatchEnds
End offsets of the term matches, corresponding with MatchStarts.
Only NumMatches are valid. Note that its possible that an end offset could exceed beyond the bounds of the passage EndOffset, if the Analyzer produced a term which spans a passage boundary.
Declaration
public IReadOnlyList<int> MatchEnds { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<System.Int32> |