Initializes a new instance of the EmptyVector class

Namespace: Lucene.Net.Index
Assembly: Lucene.Net.Contrib.Core (in Lucene.Net.Contrib.Core.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
public EmptyVector(
	string field
)
Visual Basic
Public Sub New ( _
	field As String _
)
Visual C++
public:
EmptyVector(
	String^ field
)

Parameters

field
Type: System..::..String

[Missing <param name="field"/> documentation for "M:Lucene.Net.Index.EmptyVector.#ctor(System.String)"]

See Also