An indexed source attribute defines indexing behavior for all records from an indexed source.

Examples of how you might use indexed source attributes include the following.
  • Define a filter to limit the set of records indexed from the source table
  • Modify default indexing behavior for attachments or tags found on source table records
  • Specify whether to index translated fields from source table records

An indexed source's attributes appear in its Advanced Configuration related list.

Create an indexed source attribute

Define an indexed source attribute to configure the AI Search content indexing behavior for all records on a source table.

Before you begin

Role required: ais_admin

About this task

For details on available indexed source attributes and values, see List of AI Search indexed source attributes.

Procedure

  1. Navigate to All > AI Search > AI Search Index > Indexed Sources.
  2. Open the indexed source that you want to define an attribute for.
  3. In the Advanced Configuration related list, select New.
  4. On the Indexed Source Attribute form, fill in the fields.
    For a description of the field values, see Indexed Source Attribute form.
  5. Select Submit.

Result

The new indexed source attribute appears in the Advanced Configuration related list.

What to do next

To make the new indexed source attribute take effect, perform a full table reindex for the indexed source. For details on this procedure, see Perform a full table index or reindex for a single indexed source.

Enable indexing of tags for an indexed source

Configure an indexed source attribute to enable indexing of content from tags found on records from an indexed source.

Before you begin

Role required: ais_admin

About this task

By default, AI Search indexing ignores tags from source records. You can enable indexing of tags for all records from an indexed source. Choose whether you want to index all shared and globally visible tags or only globally visible tags. Private tags are never indexed.

For more general instructions on defining indexed source attributes, see Create an indexed source attribute.

Procedure

  1. Navigate to All > AI Search > AI Search Index > Indexed Sources.
  2. Open the indexed source that you want to enable tag indexing for.
  3. In the Advanced Configuration related list, select New.
  4. On the Indexed Source Attribute form, fill in the fields.
    1. In the Attribute field, enter index_tags.
    2. In the Value field, enter one of the following options:
    Option Description
    everyone_only Only tags shared with everyone are indexed.
    all_shared All shared tags (Everyone, Groups and Users) are indexed.

    For a description of the field values, see Indexed Source Attribute form.

  5. Select Submit.

Result

The new index_tags indexed source attribute appears in the Advanced Configuration related list.

What to do next

To make the new index_tags attribute take effect, perform a full table reindex for the indexed source. For details on this procedure, see Perform a full table index or reindex for a single indexed source.

Enable indexing of attachments for an indexed source

Configure an indexed source attribute to enable indexing of content from attachments found on records from an indexed source.

Before you begin

Role required: ais_admin

About this task

By default, AI Search indexes searchable content and metadata (such as file size and date) for attachments found on source table records. Indexing supports the following attachment file formats:
  • Active Server Page Extended (.aspx)
  • Hypertext Markup Language (.html, .htm)
  • Microsoft Excel (.xls, .xlsx)
  • Microsoft PowerPoint (.pot, .potx, .ppt, .pptm, .pptx)
  • Microsoft Word (.doc, .docx, .dot, .dotx)
  • Plain Text (.txt)
  • Portable Document Format (.pdf)
Note: AI Search ignores attachments larger than 25 MB in size, and only indexes content from the first 1 MB of the attachment's data.
AI Search provides limited support for encrypted record attachments:
  • When indexing an encrypted attachment, AI Search extracts metadata such as the attachment file's size and date, but it doesn't extract searchable content.
  • The encrypted attachment's MIME type is detected as application/octet-stream.
  • No feedback for the encrypted attachment appears in ingestion log messages.
Attachment indexing is controlled by an indexed source's index_attachments attribute:
  • true (default value): Attachments are indexed for records from the indexed source.
  • false: Attachments aren't indexed for records from the indexed source.

The following procedure explains how to make sure this attribute is set to true for an indexed source. For more general instructions on defining indexed source attributes, see Create an indexed source attribute.

Procedure

  1. Navigate to All > AI Search > AI Search Index > Indexed Sources.
  2. Open the indexed source that you want to verify or change attachment indexing for.
  3. In the Advanced Configuration related list, check for an index_attachments attribute with value false.
    Note: If no index_attachments attribute exists in the related list, or the attribute exists with value true, attachment indexing is already enabled for the indexed source. No further steps are required.
  4. Open the index_attachments attribute and change its value from false to true.

Result

Attachment indexing is enabled for the indexed source.

What to do next

If you changed the index_attachments attribute's value from false to true, reindex content for the indexed source. For details on reindexing, see Perform a full table index or reindex for a single indexed source.

List of AI Search indexed source attributes

You can adjust indexing behavior for an AI Search indexed source by configuring indexed source attributes and values.

For instructions on defining AI Search indexed source attributes, see Create an indexed source attribute.

Note: Indexed source attributes are records on the AI Search Configuration Attribute [ais_configuration_attribute] table that have Table as their Applies To field value. Records on this table that have Column as their Applies To field value are Field settings.