Method GetOffsets
GetOffsets(Int32)
Returns an array of TermVectorOffsetInfo in which the term is found. May return null if offsets have not been stored.
Declaration
TermVectorOffsetInfo[] GetOffsets(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The position in the array to get the offsets from |
Returns
Type | Description |
---|---|
TermVectorOffsetInfo[] | An array of TermVectorOffsetInfo objects or the empty list |