Skip to main content

reset_indexers

Creates, updates, deletes, gets or lists a reset_indexers resource.

Overview

Namereset_indexers
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
reset_indexerexecindexer_name, search_service_nameResets 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.

NameDatatypeDescription
indexer_namestringThe name of the indexer. Required.
search_service_namestringSearch service name. (default: )

Lifecycle Methods

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
;