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. |
term | The term to map |
System. |
frequency | The frequency of the term |
Term |
offsets | Offset information, may be null |
System. |
positions | Position information, may be null |