run_indexers
Creates, updates, deletes, gets or lists a run_indexers resource.
Overview
| Name | run_indexers |
| Type | Resource |
| Id | azure.search_documents.run_indexers |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
run_indexer | exec | indexer_name, search_service_name | Runs an indexer on-demand. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
indexer_name | string | The name of the indexer. Required. |
search_service_name | string | Search service name. (default: ) |
Lifecycle Methods
- run_indexer
Runs an indexer on-demand.
EXEC azure.search_documents.run_indexers.run_indexer
@indexer_name='{{ indexer_name }}' --required,
@search_service_name='{{ search_service_name }}' --required
;