Skip to content

Commit 1504aa4

Browse files
authored
Merge pull request #118766 from HenriSchulte-MS/patch-1
Update search-indexer-overview.md
2 parents 6f34ce2 + af4ea1f commit 1504aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/search/search-indexer-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An *indexer* in Azure AI Search is a crawler that extracts textual data from clo
1919

2020
Indexers also drive [skillset execution and AI enrichment](cognitive-search-concept-intro.md), where you can configure skills to integrate extra processing of content en route to an index. A few examples are OCR over image files, text split skill for data chunking, text translation for multiple languages.
2121

22-
Indexers target[supported data sources](#supported-data-sources). An indexer configuration specifies a data source (origin) and a search index (destination). Several sources, such as Azure Blob Storage, have more configuration properties specific to that content type.
22+
Indexers target [supported data sources](#supported-data-sources). An indexer configuration specifies a data source (origin) and a search index (destination). Several sources, such as Azure Blob Storage, have more configuration properties specific to that content type.
2323

2424
You can run indexers on demand or on a recurring data refresh schedule that runs as often as every five minutes. More frequent updates require a ['push model'](search-what-is-data-import.md) that simultaneously updates data in both Azure AI Search and your external data source.
2525

0 commit comments

Comments
 (0)