Click or drag to resize
SearchFieldsHelper Fields

The SearchFieldsHelper type exposes the following members.

Fields
  NameDescription
Public fieldIncludeContentField
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.
Public fieldIncludeIndexField
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.
Top
See Also