Skip to main content

run_indexers

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

Overview

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

NameAccessible byRequired ParamsOptional ParamsDescription
run_indexerexecindexer_name, search_service_nameRuns 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.

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

Lifecycle Methods

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
;