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(
	bool ignoringPositions,
	bool ignoringOffsets,
	IComparer<Object> comparator
)
Visual Basic
Public Sub New ( _
	ignoringPositions As Boolean, _
	ignoringOffsets As Boolean, _
	comparator As IComparer(Of Object) _
)
Visual C++
public:
FieldSortedTermVectorMapper(
	bool ignoringPositions, 
	bool ignoringOffsets, 
	IComparer<Object^>^ comparator
)

Parameters

ignoringPositions
Type: System..::..Boolean

[Missing <param name="ignoringPositions"/> documentation for "M:Lucene.Net.Index.FieldSortedTermVectorMapper.#ctor(System.Boolean,System.Boolean,System.Collections.Generic.IComparer{System.Object})"]

ignoringOffsets
Type: System..::..Boolean

[Missing <param name="ignoringOffsets"/> documentation for "M:Lucene.Net.Index.FieldSortedTermVectorMapper.#ctor(System.Boolean,System.Boolean,System.Collections.Generic.IComparer{System.Object})"]

comparator
Type: System.Collections.Generic..::..IComparer<(Of <(<'Object>)>)>

[Missing <param name="comparator"/> documentation for "M:Lucene.Net.Index.FieldSortedTermVectorMapper.#ctor(System.Boolean,System.Boolean,System.Collections.Generic.IComparer{System.Object})"]

See Also