Apache Lucene.Net 2.4.0 Class Library API

SortedTermVectorMapper.Map Method 

public override void Map(
   string term,
   int frequency,
   TermVectorOffsetInfo[] offsets,
   int[] positions
);

Parameters

term
The term to map
frequency
The frequency of the term
offsets
Offset information, may be null
positions
Position information, may be null

See Also

SortedTermVectorMapper Class | Lucene.Net.Index Namespace