Create an external content schema table

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • 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.

    시작하기 전에

    Role required: ais_admin

    이 태스크 정보

    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.

    프로시저

    1. Navigate to All > AI Search > External Content > Create Schema.
    2. Enter a name for your new external source schema table.
    3. Select Submit.
      The new external content schema table opens in list view.
    4. 옵션: If you need to define additional field mappings for records from the external data source, add a new column for each field.
      1. In the Columns related list, select New.
      2. On the Dictionary Entry form, fill in the fields.
        For descriptions of these form fields, see Dictionary Entry form.
        주:
        When filling in the Type field, select String, Date, Date/Time, or Integer. AI Search doesn't support other column types on external content schema tables.
      3. Select Submit.
    5. If you modified the default column set, select Update to save your changes.

    다음에 수행할 작업

    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