Create an external content schema table
-
- UpdatedDec 9, 2024
- 2 minutes to read
- Vancouver
- AI Search
Define a schema table with columns corresponding to fields on records from an external data source. AI Search uses the schema when indexing content from the external data source.
Before you begin
Role required: ais_admin
About this task
An external content schema table doesn't store data in the database. Instead, its columns serve as a map of AI Search index fields to populate when you index content from external data sources.
When you index or delete records associated with this content schema using endpoints from the External Content Ingestion REST API, you must specify the schema table name as a path parameter.
Procedure
What to do next
Create a new indexed source with your external content schema table defined as its source. For instructions on creating an indexed source, see Create an indexed source