You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-howto-index-sharepoint-online.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,18 +17,18 @@ ms.date: 06/17/2025
17
17
> [!IMPORTANT]
18
18
> SharePoint Online indexer support is in public preview. It's offered "as-is", under [Supplemental Terms of Use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) and supported on best effort only. Preview features aren't recommended for production workloads and aren't guaranteed to become generally available.
19
19
>
20
-
> Be sure to visit the[known limitations](#limitations-and-considerations) section before you start.
20
+
> See[known limitations](#limitations-and-considerations) section before you start.
21
21
>
22
22
> [Fill out this form](https://aka.ms/azure-cognitive-search/indexer-preview) to register for the preview. All requests are approved automatically. After you fill out the form, use a [preview REST API](search-api-preview.md) to index your content.
23
23
24
24
This article explains how to configure a [search indexer](search-indexer-overview.md) to index documents stored in SharePoint document libraries for full text search in Azure AI Search. Configuration steps are first, followed by behaviors and scenarios
25
25
26
26
In Azure AI Search, an indexer extracts searchable data and metadata from a data source. The SharePoint Online indexer connects to your SharePoint site and indexes documents from one or more document libraries. The indexer provides the following functionality:
27
27
28
-
+Index files and metadata from one or more document libraries.
29
-
+Index incrementally, picking up just the new and changed files and metadata.
30
-
+Automatically detects deleted content. Deletion in a document library is picked up on the next indexer run, and the document is removed from the index.
31
-
+Automatically extracts text and normalized images from indexed documents. Optionally, you can add a [skillset](cognitive-search-working-with-skillsets.md) for deeper [AI enrichment](cognitive-search-concept-intro.md), like OCR or text translation.
28
+
+Indexes files and metadata from one or more document libraries.
29
+
+Indexes incrementally, picking up just the new and changed files and metadata.
30
+
+Detects deleted content automatically. Document deletion in the library is picked up on the next indexer run, and the corresponding search document is removed from the index.
31
+
+Extracts text and normalized images from indexed documents automatically. Optionally, you can add a [skillset](cognitive-search-working-with-skillsets.md) for deeper [AI enrichment](cognitive-search-concept-intro.md), like OCR or text translation.
0 commit comments