Apache Lucene.Net 2.4.0 Class Library API

TermPositionVector.GetOffsets Method 

Returns an array of TermVectorOffsetInfo in which the term is found. May return null if offsets have not been stored.

TermVectorOffsetInfo[] GetOffsets(
   int index
);

Parameters

index
The position in the array to get the offsets from

Return Value

An array of TermVectorOffsetInfo objects or the empty list

See Also

TermPositionVector Interface | Lucene.Net.Index Namespace |