Skip to content

Commit

Permalink
Merge pull request #7 from HeidiSteen/heidist-master
Browse files Browse the repository at this point in the history
Fixed title
  • Loading branch information
HeidiSteen authored Aug 1, 2019
2 parents 56e3ed0 + 646784a commit 66bc987
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions Quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
page_type: sample
languages:
- rest
name: Quickstart in REST
name: Quickstart in REST (Postman)
description: |
Postman V2 collection containing REST API calls to Azure Search, demonstrating index definition, data ingestion, and query execution.
products:
Expand Down Expand Up @@ -41,23 +41,4 @@ This collection is featured in the [Quickstart: Create an Azure Search index in
1. Start Postman and import AzureSearchQuickstart.postman_collection.json
1. For each request, update the Header to use the admin api-key of your service, which you can obtain from the portal.
1. Next, update the URL of each request to use the name of your search service.
1. Send each request to the service.







## AzureSearchQuickstart collection

Includes 4 requests used to create an index, load documents, search the index, and query system information. Request bodies include JSON documents that provides index and documents.

This collection is used in [Quickstart: Create an Azure Search index using Postman and the REST API](https://docs.microsoft.com/azure/search/search-get-started-postman).


## Caselaw collection

Includes 4 requests used to create an index, data source, skillset, and indexer using [Caselaw demo data](https://github.com/Azure-Samples/azure-search-sample-data/tree/master/caselaw) from Azure Search Sample Data.

This collection is used in [How to get started with Knowledge Store](https://docs.microsoft.com/azure/search/knowledge-store-howto).
1. Send each request to the service.

0 comments on commit 66bc987

Please sign in to comment.