Skip to content

Commit f94e622

Browse files
authored
Removed colon as per suggestion
1 parent 8e32c75 commit f94e622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-indexer-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 07/08/2022
11+
ms.date: 07/11/2022
1212
---
1313

1414
# Indexers in Azure Cognitive Search
@@ -131,7 +131,7 @@ After the first indexer run, you can rerun it on demand using [Run Indexer](/res
131131

132132
You can monitor [indexer status in the portal](search-howto-monitor-indexers.md) or through [Get Indexer Status API](/rest/api/searchservice/get-indexer-status). You should also [run queries on the index](search-query-create.md) to verify the result is what you expected.
133133

134-
Indexers don't have dedicated processing resources. Based on this, indexers' status may show as idle before running (depending on other jobs in the queue) and run times may not be predictable. Other factors define indexer performance as well, such as: document size, document complexity, image analysis, among others.
134+
Indexers don't have dedicated processing resources. Based on this, indexers' status may show as idle before running (depending on other jobs in the queue) and run times may not be predictable. Other factors define indexer performance as well, such as document size, document complexity, image analysis, among others.
135135

136136
## Next steps
137137

0 commit comments

Comments
 (0)