Skip to content

Commit 7bc5f9b

Browse files
author
Derek Legenzoff
authored
Merge pull request #6 from Azure-Samples/delegenz
adding v11 javascript quickstart
2 parents 91efd08 + ca64269 commit 7bc5f9b

20 files changed

+566
-14
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@ This repository contains JavaScript sample code used in Azure Cognitive Search q
44

55
## Quickstart
66

7-
This Node.js console app uses the Azure Cognitive Search REST APIs 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.
7+
This Node.js console app uses Azure Cognitive Search 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.
8+
9+
This sample is available in two versions:
10+
11+
+ **REST** calls Azure Cognitive Search's REST APIs directly
12+
+ **v11** uses the [@azure/search-documents](https://docs.microsoft.com/javascript/api/overview/azure/search-documents-readme?view=azure-node-latest) client libraries and is the recommmended approach
13+
14+
You can view additional samples for Javascript/Typescript in the [azure-sdk-for-js repo](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/search/search-documents/samples).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

quickstart/README.md renamed to quickstart/REST/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
---
2-
page_type: sample
3-
languages:
4-
- javascript
5-
- nodejs
6-
name: Azure Cognitive Search Quickstart in Node.js
7-
description: "Learn basic steps for creating, loading, and querying an Azure Cognitive Search index using REST APIs and Node.js."
8-
products:
9-
- azure
10-
- azure-cognitive-search
11-
urlFragment: nodejs-quickstart
12-
---
13-
141
# Quickstart sample for Azure Cognitive Search with Node.js
152

163
![Quickstart sample MIT license badge](https://img.shields.io/badge/license-MIT-green.svg)
File renamed without changes.

0 commit comments

Comments
 (0)