Lucene.Net 1.9.1 Class Library

SegmentTermPositionVector.GetTermPositions Method 

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.

public virtual int[] GetTermPositions(
   int index
);

Implements

TermPositionVector.GetTermPositions

See Also

SegmentTermPositionVector Class | Lucene.Net.Index Namespace