SearchFieldsHelper Class |
Namespace: CMS.DataEngine
public class SearchFieldsHelper
The SearchFieldsHelper type exposes the following members.
Name | Description | |
---|---|---|
IncludeContentField |
An event raised upon IsContentField(ISearchIndexInfo, SearchSettingsInfo) execution. Based on the Result the field is added to content fields.
By default, all fields having flag named CONTENT set to true are considered content fields.
| |
IncludeIndexField |
An event raised upon IsIndexField(ISearchIndexInfo, SearchSettingsInfo) execution. Based on the Result the field is added to index fields.
By default, all fields having flag named SEARCHABLE set to true are added.
| |
IncludeTriggerField |
An event raised upon IsTriggerField(SearchSettingsInfo) execution. Based on the Result the change of this field triggers index update.
By default, all fields having flag named INDEX_UPDATE_TRIGGER triggers index update. For backward compatibility if the flag is not present
fallback is used and returns true if field is Content or Searchable field.
|
Name | Description | |
---|---|---|
IsContentField |
Returns true if value of field represented by searchSettings is to be included in a designated content column in given index.
| |
IsIndexField |
Returns true if field represented by searchSettings is to be included in given index.
| |
IsTriggerField |
Returns true if value of field represented by searchSettings triggers index update upon change.
|