Click or drag to resize
ILuceneSearchDocument.RemoveField Method
Removes field with the given name

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
void RemoveField(
	string name
)

Parameters

name
Type: System.String
Field name
See Also