Indexed source attributes for AI Search
An indexed source attribute defines indexing behavior for all records from an indexed source.
- 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 in AI Search
Define an indexed source attribute to configure the AI Search content indexing behavior for all records on a source table.
始める前に
Role required: ais_admin
このタスクについて
For details on available indexed source attributes and values, see List of AI Search indexed source attributes.
手順
タスクの結果
The new indexed source attribute appears in the Advanced Configuration related list.
次のタスク
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.
Enable indexing of tags for an AI Search indexed source
Configure an indexed source attribute to enable indexing of content from tags found on records from an indexed source.
始める前に
Role required: ais_admin
このタスクについて
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.
手順
タスクの結果
The new index_tags indexed source attribute appears in the Advanced Configuration related list.
次のタスク
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.
Enable indexing of attachments for an AI Search indexed source
Configure an indexed source attribute to enable indexing of content from attachments found on records from an indexed source.
始める前に
Role required: ais_admin
このタスクについて
- 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
- 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.
- 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 in AI Search.
手順
タスクの結果
Attachment indexing is enabled for the indexed source.
次のタスク
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.
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 in AI Search.
| 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. |
| index_attachments | Control indexing behavior for attachments from indexed records.
Supported values:
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. |
| index_tags | Control indexing behavior for tags from indexed records.
Supported values:
Default value: none
注: 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. |
| index_translated_fields | Control indexing behavior for translated fields from indexed records.
Supported values:
Default value: false
注: 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. |
| index_translated_reference_fields | Control indexing behavior for translated reference fields from indexed records.
Supported values:
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. |
| 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:
Default value: true on indexed sources for external content schema tables. Not set on indexed sources for internal tables. 注: 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. |