Method GetTermPositions
GetTermPositions(Int32)
Returns an array of positions in which the term is found.
Terms are identified by the index at which its number appears in the
term String array obtained from the indexOf
method.
May return null if positions have not been stored.
Declaration
int[] GetTermPositions(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Int32[] |