[Missing <summary> documentation for "M:Lucene.Net.Index.FieldSortedTermVectorMapper.Map(System.String,System.Int32,Lucene.Net.Index.TermVectorOffsetInfo[],System.Int32[])"]

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public override void Map(
	string term,
	int frequency,
	TermVectorOffsetInfo[] offsets,
	int[] positions
)
Visual Basic
Public Overrides Sub Map ( _
	term As String, _
	frequency As Integer, _
	offsets As TermVectorOffsetInfo(), _
	positions As Integer() _
)
Visual C++
public:
virtual void Map(
	String^ term, 
	int frequency, 
	array<TermVectorOffsetInfo^>^ offsets, 
	array<int>^ positions
) override

Parameters

term
Type: System..::..String

[Missing <param name="term"/> documentation for "M:Lucene.Net.Index.FieldSortedTermVectorMapper.Map(System.String,System.Int32,Lucene.Net.Index.TermVectorOffsetInfo[],System.Int32[])"]

frequency
Type: System..::..Int32

[Missing <param name="frequency"/> documentation for "M:Lucene.Net.Index.FieldSortedTermVectorMapper.Map(System.String,System.Int32,Lucene.Net.Index.TermVectorOffsetInfo[],System.Int32[])"]

offsets
Type: array<Lucene.Net.Index..::..TermVectorOffsetInfo>[]()[][]

[Missing <param name="offsets"/> documentation for "M:Lucene.Net.Index.FieldSortedTermVectorMapper.Map(System.String,System.Int32,Lucene.Net.Index.TermVectorOffsetInfo[],System.Int32[])"]

positions
Type: array<System..::..Int32>[]()[][]

[Missing <param name="positions"/> documentation for "M:Lucene.Net.Index.FieldSortedTermVectorMapper.Map(System.String,System.Int32,Lucene.Net.Index.TermVectorOffsetInfo[],System.Int32[])"]

See Also