SearchServiceClient
Client that can be used to manage and query indexes and documents, as well as manage other resources, on a search service.
Latency
5ms p95
Uptime
0.0% 30d
Playground
Verified
live
Endpoints
/datasources
Lists all datasources available for a search service.
/datasources
Creates a new datasource.
/datasources('{dataSourceName}')
Deletes a datasource.
/datasources('{dataSourceName}')
Retrieves a datasource definition.
/datasources('{dataSourceName}')
Creates a new datasource or updates a datasource if it already exists.
/indexers
Lists all indexers available for a search service.
/indexers
Creates a new indexer.
/synonymmaps
Creates a new synonym map.
/indexers('{indexerName}')
Deletes an indexer.
/indexers('{indexerName}')
Retrieves an indexer definition.
/indexers('{indexerName}')
Creates a new indexer or updates an indexer if it already exists.
/indexers('{indexerName}')/search.reset
Resets the change tracking state associated with an indexer.
/indexers('{indexerName}')/search.run
Runs an indexer on-demand.
/indexers('{indexerName}')/search.status
Returns the current status and execution history of an indexer.
/indexes
Lists all indexes available for a search service.
/indexes
Creates a new search index.
/indexes('{indexName}')
Deletes a search index and all the documents it contains.
/indexes('{indexName}')
Retrieves an index definition.
/synonymmaps('{synonymMapName}')
Deletes a synonym map.
/indexes('{indexName}')
Creates a new search index or updates an index if it already exists.
/indexes('{indexName}')/search.analyze
Shows how an analyzer breaks text into tokens.
/indexes('{indexName}')/search.stats
Returns statistics for the given index, including a document count and storage usage.
/servicestats
Gets service level statistics for a search service.
/skillsets
List all skillsets in a search service.
/skillsets
Creates a new skillset in a search service.
/skillsets('{skillsetName}')
Deletes a skillset in a search service.
/skillsets('{skillsetName}')
Retrieves a skillset in a search service.
/skillsets('{skillsetName}')
Creates a new skillset in a search service or updates the skillset if it already exists.
/synonymmaps
Lists all synonym maps available for a search service.
/synonymmaps('{synonymMapName}')
Retrieves a synonym map definition.
/synonymmaps('{synonymMapName}')
Creates a new synonym map or updates a synonym map if it already exists.
31 endpoints auto-detected
curl -X GET \ "https://azure.local/datasources"
azure.local · HTTPS only