You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-semi-structured-data.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
8
8
ms.author: heidist
9
9
ms.service: cognitive-search
10
10
ms.topic: conceptual
11
-
ms.date: 11/04/2019
11
+
ms.date: 02/14/2020
12
12
#Customer intent: As a developer, I want an introduction the indexing Azure blob data for Azure Cognitive Search.
13
13
---
14
14
@@ -80,7 +80,7 @@ Execute the following three API calls from your REST client.
80
80
81
81
## Create a data source
82
82
83
-
The [Create Data Source API](https://docs.microsoft.com/rest/api/searchservice/create-data-source)creates an Azure Cognitive Search object that specifies what data to index.
83
+
The [Create Data Source API](https://docs.microsoft.com/rest/api/searchservice/create-data-source)creates an Azure Cognitive Search object that specifies what data to index.
84
84
85
85
The endpoint of this call is `https://[service name].search.windows.net/datasources?api-version=2019-05-06`. Replace `[service name]` with the name of your search service.
86
86
@@ -123,7 +123,7 @@ The response should look like:
123
123
124
124
## Create an index
125
125
126
-
The second call is [Create Index API](https://docs.microsoft.com/rest/api/searchservice/create-indexer), creating an Azure Cognitive Search index that stores all searchable data. An index specifies all the parameters and their attributes.
126
+
The second call is [Create Index API](https://docs.microsoft.com/rest/api/searchservice/create-index), creating an Azure Cognitive Search index that stores all searchable data. An index specifies all the parameters and their attributes.
127
127
128
128
The URL for this call is `https://[service name].search.windows.net/indexes?api-version=2019-05-06`. Replace `[service name]` with the name of your search service.
0 commit comments