Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 705 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 705 Bytes
page_type languages name description products urlFragment
sample
javascript
nodejs
Azure Search JavaScript samples
Node.js and JavaScript samples for Azure Search
azure
azure-search
javascript-samples

Azure Search JavaScript Samples repository

This repository contains JavaScript sample code used in Azure Search quickstarts, tutorials, and examples.

Quickstart

This Node.js console app uses the Azure Search REST API to create an index, load it with documents, and execute a few queries. The index is modeled on a subset of the Hotels dataset, reduced for readability and comprehension. Index definition and documents are included in the code.