Skip to content

Commit f58df63

Browse files
Merge pull request #208864 from gmndrg/main
Updated max indexer runtime
2 parents 1200229 + 87d4592 commit f58df63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/search/search-howto-run-reset-indexers.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@ Indexer limits vary by the workload. For each workload, the following job limits
3636

3737
| Workload | Maximum duration | Maximum jobs | Execution environment <sup>1</sup> |
3838
|----------|------------------|---------------------|-----------------------------|
39-
| Text-based indexing | 24 hours | One per search unit <sup>2</sup> | Typically runs on the search service. |
39+
| Text-based indexing <sup>3</sup> | 2 or 24 hours | One per search unit <sup>2</sup> | Typically runs on the search service. It may also run on internally managed, multi-tenant content processing cluster. |
4040
| Skills-based indexing | 2 hours | Indeterminate | Typically runs on an internally managed, multi-tenant content processing cluster, depending on how complex the skillset is. A simple skill might execute on your search service if the service has capacity. Otherwise, skills-based indexer jobs execute off-service. Because the content processing cluster is multi-tenant, nodes are added to meet demand. If you experience a delay in on-demand or scheduled execution, it's probably because the system is either adding nodes or waiting for one to become available.|
4141

4242
<sup>1</sup> For optimum processing, a search service determines the internal execution environment for the indexer operation. The execution environment is either the search service or a multi-tenant environment that's managed and secured by Microsoft at no extra cost. You cannot control or configure which environment is used. Using an internally managed cluster for skillset processing leaves more service-specific resources available for routine operations like queries and text indexing.
4343

4444
<sup>2</sup> Search units can be [flexible combinations](search-capacity-planning.md#partition-and-replica-combinations) of partitions and replicas, and maximum indexer jobs are not tied to one or the other. In other words, if you have four units, you can have four text-based indexer jobs running concurrently, no matter how the search units are deployed.
4545

46+
<sup>3</sup> Indexer maximum run time for Basic tier or higher can be 2 or 24 hours, depending on system resources, product implementation and other factors.
47+
4648
> [!TIP]
4749
> If you are [indexing a large data set](search-howto-large-index.md), you can stretch processing out by putting the indexer [on a schedule](search-howto-schedule-indexers.md). For the full list of all indexer-related limits, see [indexer limits](search-limits-quotas-capacity.md#indexer-limits)
4850
@@ -247,4 +249,4 @@ After you reset and rerun indexer jobs, you can monitor status from the search s
247249
+ [Indexer operations (REST)](/rest/api/searchservice/indexer-operations)
248250
+ [Monitor search indexer status](search-howto-monitor-indexers.md)
249251
+ [Collect and analyze log data](monitor-azure-cognitive-search.md)
250-
+ [Schedule an indexer](search-howto-schedule-indexers.md)
252+
+ [Schedule an indexer](search-howto-schedule-indexers.md)

0 commit comments

Comments
 (0)