Public constructor to allow users to specify the maximum field size limit.

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

Syntax

C#
public MaxFieldLength(
	int limit
)
Visual Basic
Public Sub New ( _
	limit As Integer _
)
Visual C++
public:
MaxFieldLength(
	int limit
)

Parameters

limit
Type: System..::..Int32
The maximum field length

See Also