Apache Lucene.Net 2.4.0 Class Library API

TermVectorMapper.Map Method 

Map the Term Vector information into your own structure

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

Parameters

term
The term to add to the vector
frequency
The frequency of the term in the document
offsets
null if the offset is not specified, otherwise the offset into the field of the term
positions
null if the position is not specified, otherwise the position in the field of the term

See Also

TermVectorMapper Class | Lucene.Net.Index Namespace