Skip to content

Commit 657b751

Browse files
authored
Merge pull request #179214 from mattmsft/magottei/update-sharepoint-docs
Update SharePoint Online indexer documentation
2 parents bbc7d0e + 055f14f commit 657b751

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/search/search-howto-index-sharepoint-online.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ api-key: [admin key]
150150
151151
```
152152

153+
> [!IMPORTANT]
154+
> Only [`metadata_spo_site_library_item_id`](#metadata) may be used as the key field in an index populated by the SharePoint Online indexer. If a key field doesn't exist in the data source, `metadata_spo_site_library_item_id` is automatically mapped to the key field.
155+
153156
For more information, see [Create Index (REST API)](/rest/api/searchservice/create-index).
154157

155158
### Step 5: Create an indexer
@@ -260,6 +263,8 @@ Once the data source has been updated, follow the below steps:
260263

261264
1. Manually kick off an indexer run again and check the indexer status. This time the indexer run should successfully start.
262265

266+
<a name="metadata"></a>
267+
263268
## Indexing document metadata
264269
If you have set the indexer to index document metadata, the following metadata will be available to index.
265270

0 commit comments

Comments
 (0)