Lucene.Net 1.9.1 Class Library

SegmentTermPositionVector.GetOffsets Method 

Returns an array of TermVectorOffsetInfo in which the term is found.

public virtual 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

Implements

TermPositionVector.GetOffsets

See Also

SegmentTermPositionVector Class | Lucene.Net.Index Namespace | Token