---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Indexed source attributes

# Indexed source attributes for AI Search {#ariaid-title1}

* Release version: Xanadu
* 
* Updated July 28, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 7 minutes to read

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
{#indexed-source-attributes-ais__ul_u4v_3q1_wmb}

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

## Create an indexed source attribute in AI Search {#ariaid-title2}

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](https://servicenow-prod.fluidtopics.net/mzacd2zfN8fz4i3I_HiyFw#indexed-source-attrs-ais "You can adjust indexing behavior for an AI Search indexed source by configuring indexed source attributes and values.").

### Procedure

1. Navigate to AllAI SearchAI Search IndexIndexed 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](https://servicenow-prod.fluidtopics.net/NEe9lEegF3IrfKCo6mV_VA "The Indexed Source Attribute form contains details of attributes that affect content indexing behavior for all fields from an AI Search indexed source. Use this form when creating or modifying an indexed source attribute.").
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 AI Search indexed source](https://servicenow-prod.fluidtopics.net/ylmJp1OFiNmWvOFFxmjvuw "Make content from an internal indexed source searchable by performing a full table index. This procedure indexes existing records from the source table and any child tables configured for indexing. You can manually reindex content from an internal indexed source by repeating this procedure.").

## Enable indexing of tags for an AI Search indexed source {#ariaid-title3}

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 in AI Search](https://servicenow-prod.fluidtopics.net/mzacd2zfN8fz4i3I_HiyFw#create-indexed-source-attr-ais "Define an indexed source attribute to configure the AI Search content indexing behavior for all records on a source table.").

### Procedure

1. Navigate to AllAI SearchAI Search IndexIndexed 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 <kbd class="ph userinput">index_tags</kbd>.
   2. In the Value field, enter one of the following options:

   {#enable-tag-indexing-ais__table_ulx_dfb_gnb__entry__2}

   | Option | Description |
   |-|-|
   | everyone_only | Only tags shared with everyone are indexed. |
   | all_shared | All shared tags (Everyone, Groups and Users) are indexed. |
   [ ]

   {#enable-tag-indexing-ais__table_ulx_dfb_gnb}

   For a description of the field values, see [Indexed Source Attribute form](https://servicenow-prod.fluidtopics.net/NEe9lEegF3IrfKCo6mV_VA "The Indexed Source Attribute form contains details of attributes that affect content indexing behavior for all fields from an AI Search indexed source. Use this form when creating or modifying an indexed source attribute.").
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 AI Search indexed source](https://servicenow-prod.fluidtopics.net/ylmJp1OFiNmWvOFFxmjvuw "Make content from an internal indexed source searchable by performing a full table index. This procedure indexes existing records from the source table and any child tables configured for indexing. You can manually reindex content from an internal indexed source by repeating this procedure.").

## Enable indexing of attachments for an AI Search indexed source {#ariaid-title4}

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) with searchable text

{#enable-attachment-indexing-ais__attachment-formats-ul}  
Note:  
The maximum file size for binary files is 25 MB. Keyword indexing processes up to the first 1MB of text. Use semantic search to index data containing between 1MB and 25 MB of text.  
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.
{#enable-attachment-indexing-ais__ul_w4y_hvy_2nb}  
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.
{#enable-attachment-indexing-ais__ul_mvt_wyk_rwb}

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 in AI Search](https://servicenow-prod.fluidtopics.net/mzacd2zfN8fz4i3I_HiyFw#create-indexed-source-attr-ais "Define an indexed source attribute to configure the AI Search content indexing behavior for all records on a source table.").

### Procedure

1. Navigate to AllAI SearchAI Search IndexIndexed 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 AI Search indexed source](https://servicenow-prod.fluidtopics.net/ylmJp1OFiNmWvOFFxmjvuw "Make content from an internal indexed source searchable by performing a full table index. This procedure indexes existing records from the source table and any child tables configured for indexing. You can manually reindex content from an internal indexed source by repeating this procedure.").

## List of AI Search indexed source attributes {#ariaid-title5}

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 in AI Search](https://servicenow-prod.fluidtopics.net/mzacd2zfN8fz4i3I_HiyFw#create-indexed-source-attr-ais "Define an indexed source attribute to configure the AI Search content indexing behavior for all records on a source table.").  
{#indexed-source-attrs-ais__table_m5b_r3j_smb__entry__2}

| Attribute | Description |
|-|-|
| filter | Specify a filter condition that applies on the indexed source table and all of its child tables configured for indexing. Indexing ignores source records that don't pass this filter condition. If you change the value of this attribute for an indexed source, the change doesn't take effect until you reindex content from the indexed source. For reindexing steps, see [Perform a full table index or reindex for a single AI Search indexed source](https://servicenow-prod.fluidtopics.net/ylmJp1OFiNmWvOFFxmjvuw "Make content from an internal indexed source searchable by performing a full table index. This procedure indexes existing records from the source table and any child tables configured for indexing. You can manually reindex content from an internal indexed source by repeating this procedure."). |
| index_attachments | Control indexing behavior for attachments from indexed records. Supported values: * true: Enable indexing of attachments for this table. * false: Disable indexing of attachments for this table. {#indexed-source-attrs-ais__ul_bwv_5jj_smb} Default value: true If you change the value of this attribute for an indexed source, the change doesn't take effect until you reindex content from the indexed source. For reindexing steps, see [Perform a full table index or reindex for a single AI Search indexed source](https://servicenow-prod.fluidtopics.net/ylmJp1OFiNmWvOFFxmjvuw "Make content from an internal indexed source searchable by performing a full table index. This procedure indexes existing records from the source table and any child tables configured for indexing. You can manually reindex content from an internal indexed source by repeating this procedure."). |
| index_tags | Control indexing behavior for tags from indexed records. Supported values: * all_shared: Index shared tags and globally visible tags. * everyone_only: Only index globally visible tags. * none: Disable indexing of tags. {#indexed-source-attrs-ais__ul_cdt_v3j_smb} Default value: none Note: Search results display indexed tags based on the visibility of the result record instead of the visibility of the tag. If you change the value of this attribute for an indexed source, the change doesn't take effect until you reindex content from the indexed source. For reindexing steps, see [Perform a full table index or reindex for a single AI Search indexed source](https://servicenow-prod.fluidtopics.net/ylmJp1OFiNmWvOFFxmjvuw "Make content from an internal indexed source searchable by performing a full table index. This procedure indexes existing records from the source table and any child tables configured for indexing. You can manually reindex content from an internal indexed source by repeating this procedure."). |
| index_translated_fields | Control indexing behavior for translated fields from indexed records. Supported values: * true: Enable indexing of translated fields for this table. * false: Disable indexing of translated fields for this table. {#indexed-source-attrs-ais__ul_zkn_gqq_2nb} Default value: false Note: For tables with manually mapped records, such as kb_knowledge, indexing ignores this attribute and honors the manual mapping. If you change the value of this attribute for an indexed source, the change doesn't take effect until you reindex content from the indexed source. For reindexing steps, see [Perform a full table index or reindex for a single AI Search indexed source](https://servicenow-prod.fluidtopics.net/ylmJp1OFiNmWvOFFxmjvuw "Make content from an internal indexed source searchable by performing a full table index. This procedure indexes existing records from the source table and any child tables configured for indexing. You can manually reindex content from an internal indexed source by repeating this procedure."). |
| index_translated_reference_fields | Control indexing behavior for translated reference fields from indexed records. Supported values: * true: Enable indexing of translated reference fields for this table. * false: Disable indexing of translated reference fields for this table. {#indexed-source-attrs-ais__ul_f2z_cwt_5bc} Default value: true If you change the value of this attribute for an indexed source, the change doesn't take effect until you reindex content from the indexed source. For reindexing steps, see [Perform a full table index or reindex for a single AI Search indexed source](https://servicenow-prod.fluidtopics.net/ylmJp1OFiNmWvOFFxmjvuw "Make content from an internal indexed source searchable by performing a full table index. This procedure indexes existing records from the source table and any child tables configured for indexing. You can manually reindex content from an internal indexed source by repeating this procedure."). |
| user_read_takes_precedence_over_group_deny | Control precedence of external user read access permissions and external group deny access permissions for external document search results from the indexed source. Supported values: * true: External user read access permissions take precedence over external group deny access permissions for external document search results from the indexed source. * false: External group deny access permissions take precedence over external user read access permissions for external document search results from the indexed source. {#indexed-source-attrs-ais__ul_wyw_psf_ypb} Default value: true on indexed sources for external content schema tables. Not set on indexed sources for internal tables. Note: This attribute only applies to indexed sources for external content schema tables. If you apply this attribute to an indexed source for an internal table, it has no effect. |
[ ]

{#indexed-source-attrs-ais__table_m5b_r3j_smb}  
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 for AI Search](https://servicenow-prod.fluidtopics.net/XVYUOPf5kHnLYta4jbie~A#field-settings-ais "A field setting controls indexing behavior for a specified field (column) on all records from an indexed source.").

*[\>]: and then


