Enable indexing of referenced table fields for an AI Search indexed source
Configure an indexed source to index field values from tables referenced by fields in the source table. You can index these field values for use in filters and EVAM search result configurations, index them for search, or both.
Before you begin
You must have an indexed source configured for the source table. For details on creating an indexed source for a table, see Create an indexed source.
Role required: ais_admin
About this task
- To use field values from referenced tables in search source filters, facet filters, and EVAM search result configurations, create a dot_walk_fields field setting.
- To make field values from referenced tables searchable, create a searchable_dot_walk_fields field setting.
As the value for either of these field settings, list the names of the referenced table fields you want to index, separated by commas. For example, to index the name and city fields from the table referenced by the company field on the indexed source table, select the company field and enter value name,city.
You can create both dot_walk_fields and searchable_dot_walk_fields field settings for the same reference field.