Azure Cognitive Search is a fully managed cloud search service that provides a rich search experience to custom applications. The service provides a REST API with operations that create and manage indexes, load data, implement search features, execute queries, and handle results.
This document descibes a JS SDK for Azure Search Document operations. The
API provides a primary SearchIndexClient
that implements all of the supported
REST operations for document-related operations. Documents are represented at