Skip to content

Commit f128aa6

Browse files
committed
revert changes
1 parent 2d0339d commit f128aa6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: liamca
99

1010
ms.service: cognitive-search
1111
ms.topic: how-to
12-
ms.date: 09/15/2022
12+
ms.date: 09/08/2022
1313
---
1414

1515
# Index data from SharePoint document libraries
@@ -28,11 +28,9 @@ An indexer in Azure Cognitive Search is a crawler that extracts searchable data
2828

2929
+ Index content and metadata from one or more document libraries.
3030
+ Incremental indexing, where the indexer identifies which files have changed and indexes only the updated content. For example, if five PDFs are originally indexed and one is updated, only the updated PDF is indexed.
31+
+ Deletion detection is built in. If a document is deleted from a document library, the indexer will detect the delete on the next indexer run and remove the document from the index.
3132
+ Text and normalized images will be extracted by default from the documents that are indexed. Optionally a [skillset](cognitive-search-working-with-skillsets.md) can be added to the pipeline for [AI enrichment](cognitive-search-concept-intro.md).
3233

33-
> [!NOTE]
34-
> Deletion detection is planned for this indexer, but it's not implemented currently. Specifically, if a document is deleted from a document library, the indexer might fail instead of detecting and deleting the corresponding search document from the index. If the indexer stops due to dropped documents, you can set `maxFailedItems` and `maxFailedItemsPerBatch` to `-1` if you don't want any errors to stop the indexing process.
35-
3634
## Prerequisites
3735

3836
+ [SharePoint in Microsoft 365](/sharepoint/introduction) cloud service

0 commit comments

Comments
 (0)