Click or drag to resize
SearchFieldInsertDirectly Property
When field is marked to be insert directly, it will not be processed before it's inserted into search document. Will not be passed to SearchHelper.AddGeneralField method.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public bool InsertDirectly { get; set; }

Property Value

Type: Boolean

Implements

ISearchFieldInsertDirectly
See Also