azure.com

Client that can be used to manage and query indexes and documents, as well as manage other resources, on a search service.

31 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Lists all indexes available for a search service.
curl \
  /indexes
Lists all indexers available for a search service.
curl \
  /indexers
List all skillsets in a search service.
curl \
  /skillsets
Endpoints (31 total)
GET
/indexes
Lists all indexes available for a search service.
GET
/indexers
Lists all indexers available for a search service.
GET
/skillsets
List all skillsets in a search service.
GET
/datasources
Lists all datasources available for a search service.
GET
/synonymmaps
Lists all synonym maps available for a search service.
GET
/servicestats
Gets service level statistics for a search service.
GET
/indexes('{indexName}')
Retrieves an index definition.
GET
/indexers('{indexerName}')
Retrieves an indexer definition.
GET
/skillsets('{skillsetName}')
Retrieves a skillset in a search service.
GET
/datasources('{dataSourceName}')
Retrieves a datasource definition.
GET
/synonymmaps('{synonymMapName}')
Retrieves a synonym map definition.
GET
/indexes('{indexName}')/search.stats
Returns statistics for the given index, including a document count and storag…
At a glance
Total SDKs9
Languages8
Endpoints31
Categories1