Skip to content

Commit 34c2095

Browse files
committed
formatting
1 parent 12a4036 commit 34c2095

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ ms.date: 06/17/2025
1717
> [!IMPORTANT]
1818
> 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.
1919
>
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.
2121
>
2222
> [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.
2323
2424
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
2525

2626
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:
2727

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.
3232

3333
## Prerequisites
3434

0 commit comments

Comments
 (0)