SearchIndexClient
Client that can be used to query an index and upload, merge, or delete documents.
Latency
3012ms p95
Uptime
0.0% 30d
Playground
Verified
live
Endpoints
/docs
Searches for documents in the index.
/docs('{key}')
Retrieves a document from the index.
/docs/$count
Queries the number of documents in the index.
/docs/search.autocomplete
Autocompletes incomplete query terms based on input text and matching terms in the index.
/docs/search.index
Sends a batch of document write actions to the index.
/docs/search.post.autocomplete
Autocompletes incomplete query terms based on input text and matching terms in the index.
/docs/search.post.search
Searches for documents in the index.
/docs/search.post.suggest
Suggests documents in the index that match the given partial query text.
/docs/search.suggest
Suggests documents in the index that match the given partial query text.
9 endpoints auto-detected
curl -X GET \ "https://azure.local/docs"
azure.local · HTTPS only