Method Map
Map(String, Int32, TermVectorOffsetInfo[], Int32[])
Declaration
public override void Map(String term, int frequency, TermVectorOffsetInfo[] offsets, int[] positions)
Parameters
Type | Name | Description |
---|---|---|
System.String | term | The term to map |
System.Int32 | frequency | The frequency of the term |
TermVectorOffsetInfo[] | offsets | Offset information, may be null |
System.Int32[] | positions | Position information, may be null |