Click or drag to resize
ILuceneSearchDocumentRemoveField Method
Removes field with the given name

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

Parameters

name
Type: SystemString
Field name
See Also