Click or drag to resize
IIndexWriterSetMaxFieldLength Method
Sets the maximum field length

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
void SetMaxFieldLength(
	int maxFieldLength
)

Parameters

maxFieldLength
Type: SystemInt32
New maximum field length
See Also