Create an external content schema table
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.
Vorbereitungen
Role required: ais_admin
Warum und wann dieser Vorgang ausgeführt wird
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.
Prozedur
Nächste Maßnahme
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