Skip to content

Azure-Samples/azure-search-javascript-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript samples for Azure AI Search

This repository contains JavaScript code samples used in Azure AI Search documentation. Unless noted otherwise, all samples run on the shared (free) pricing tier of an Azure AI Search service.

Sample Description
azure-function-search This sample is an Azure Function that sends query requests to an Azure AI Search service. You can substitute this code to replace the contents of the api folder in the C# sample azure-search-static-web-app.
bulk-insert This sample shows you how to create and load an index using the push APIs and sample data. You can substitute this code to replace the contents of the bulk-insert folder in the C# sample azure-search-static-web-app
quickstart "Day One" introduction to the fundamental tasks of working with a search index: create, load, and query. This sample is a Node.js console app. The index is modeled on a subset of the Hotels dataset, reduced for readability and comprehension.