reset_indexers
Creates, updates, deletes, gets or lists a reset_indexers resource.
Overview
| Name | reset_indexers |
| Type | Resource |
| Id | azure.search_documents.reset_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 |
|---|---|---|---|---|
reset_indexer | exec | indexer_name, search_service_name | Resets the change tracking state associated with an indexer. |
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
- reset_indexer
Resets the change tracking state associated with an indexer.
EXEC azure.search_documents.reset_indexers.reset_indexer
@indexer_name='{{ indexer_name }}' --required,
@search_service_name='{{ search_service_name }}' --required
;