Initializes a new instance of the FieldSortedTermVectorMapper class

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

Syntax

C#
public FieldSortedTermVectorMapper(
	IComparer<Object> comparator
)
Visual Basic
Public Sub New ( _
	comparator As IComparer(Of Object) _
)
Visual C++
public:
FieldSortedTermVectorMapper(
	IComparer<Object^>^ comparator
)

Parameters

comparator
Type: System.Collections.Generic..::..IComparer<(Of <(<'Object>)>)>
A Comparator for sorting {@link TermVectorEntry}s

See Also