Skip to content

Commit 999fb76

Browse files
authored
Merge pull request #190026 from gmndrg/master
Changes on indexing documents next steps
2 parents 2e52f09 + c1a6f12 commit 999fb76

6 files changed

+19
-14
lines changed

articles/search/search-howto-index-cosmosdb-gremlin.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99

1010
ms.service: cognitive-search
1111
ms.topic: how-to
12-
ms.date: 02/15/2022
12+
ms.date: 02/28/2022
1313
---
1414

1515
# Index data from Azure Cosmos DB using the Gremlin API
@@ -370,4 +370,6 @@ Notice how the Output Field Mapping starts with `/document` and does not include
370370

371371
+ To learn more about Azure Cosmos DB Gremlin API, see the [Introduction to Azure Cosmos DB: Gremlin API](../cosmos-db/graph-introduction.md).
372372

373-
+ For more information about Azure Cognitive Search scenarios and pricing, see the [Search service page on azure.microsoft.com](https://azure.microsoft.com/services/search/).
373+
+ For more information about Azure Cognitive Search scenarios and pricing, see the [Search service page on azure.microsoft.com](https://azure.microsoft.com/services/search/).
374+
375+
+ To learn about network configuration for indexers, see the [Indexer access to content protected by Azure network security features](search-indexer-securing-resources.md).

articles/search/search-howto-index-cosmosdb-mongodb.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mgottein
77
ms.author: magottei
88
ms.service: cognitive-search
99
ms.topic: how-to
10-
ms.date: 02/15/2022
10+
ms.date: 02/28/2022
1111
---
1212

1313
# Index data from Azure Cosmos DB using the MongoDB API
@@ -285,4 +285,5 @@ api-key: [Search service admin key]
285285
You can now control how you [run the indexer](search-howto-run-reset-indexers.md), [monitor status](search-howto-monitor-indexers.md), or [schedule indexer execution](search-howto-schedule-indexers.md). The following articles apply to indexers that pull content from Azure Cosmos DB:
286286

287287
+ [Set up an indexer connection to a Cosmos DB database using a managed identity](search-howto-managed-identities-cosmos-db.md)
288-
+ [Index large data sets](search-howto-large-index.md)
288+
+ [Index large data sets](search-howto-large-index.md)
289+
+ [Indexer access to content protected by Azure network security features](search-indexer-securing-resources.md)

articles/search/search-howto-index-cosmosdb.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mgottein
77
ms.author: magottei
88
ms.service: cognitive-search
99
ms.topic: how-to
10-
ms.date: 02/15/2022
10+
ms.date: 02/28/2022
1111
---
1212

1313
# Index data from Azure Cosmos DB using the SQL API
@@ -372,4 +372,5 @@ For data accessed through the SQL API protocol, you can use the .NET SDK to auto
372372
You can now control how you [run the indexer](search-howto-run-reset-indexers.md), [monitor status](search-howto-monitor-indexers.md), or [schedule indexer execution](search-howto-schedule-indexers.md). The following articles apply to indexers that pull content from Azure Cosmos DB:
373373

374374
+ [Set up an indexer connection to a Cosmos DB database using a managed identity](search-howto-managed-identities-cosmos-db.md)
375-
+ [Index large data sets](search-howto-large-index.md)
375+
+ [Index large data sets](search-howto-large-index.md)
376+
+ [Indexer access to content protected by Azure network security features](search-indexer-securing-resources.md)

articles/search/search-howto-index-mysql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ manager: nitinme
1010
ms.devlang: rest-api
1111
ms.service: cognitive-search
1212
ms.topic: conceptual
13-
ms.date: 01/27/2022
13+
ms.date: 02/28/2022
1414
---
1515

1616
# Index data from Azure Database for MySQL
@@ -262,7 +262,7 @@ The following table maps the MySQL database to Cognitive Search equivalents. See
262262

263263
## Next steps
264264

265-
This article explained how to integrate Azure Database for MySQL with Azure Cognitive Search using an indexer. Now that you have a search index that contains your searchable content, run some full text queries using Search explorer in the Azure portal.
265+
You can now [run the indexer](search-howto-run-reset-indexers.md), [monitor status](search-howto-monitor-indexers.md), or [schedule indexer execution](search-howto-schedule-indexers.md). The following articles apply to indexers that pull content from Azure MySQL:
266266

267-
> [!div class="nextstepaction"]
268-
> [Search explorer](search-explorer.md)
267+
+ [Index large data sets](search-howto-large-index.md)
268+
+ [Indexer access to content protected by Azure network security features](search-indexer-securing-resources.md)

articles/search/search-howto-indexing-azure-blob-storage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99

1010
ms.service: cognitive-search
1111
ms.topic: how-to
12-
ms.date: 02/11/2022
12+
ms.date: 02/28/2022
1313
---
1414

1515
# Index data from Azure Blob Storage
@@ -350,3 +350,4 @@ You can now control how you [run the indexer](search-howto-run-reset-indexers.md
350350

351351
+ [Change detection and deletion detection](search-howto-index-changed-deleted-blobs.md)
352352
+ [Index large data sets](search-howto-large-index.md)
353+
+ [Indexer access to content protected by Azure network security features](search-indexer-securing-resources.md)

articles/search/search-howto-indexing-azure-tables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: magottei
99

1010
ms.service: cognitive-search
1111
ms.topic: how-to
12-
ms.date: 02/11/2022
12+
ms.date: 02/28/2022
1313
---
1414

1515
# Index data from Azure Table Storage
@@ -209,5 +209,5 @@ Execution history contains up to 50 of the most recently completed executions, w
209209

210210
You can now [run the indexer](search-howto-run-reset-indexers.md), [monitor status](search-howto-monitor-indexers.md), or [schedule indexer execution](search-howto-schedule-indexers.md). The following articles apply to indexers that pull content from Azure Storage:
211211

212-
+ [Change detection and deletion detection](search-howto-index-changed-deleted-blobs.md)
213-
+ [Index large data sets](search-howto-large-index.md)
212+
+ [Index large data sets](search-howto-large-index.md)
213+
+ [Indexer access to content protected by Azure network security features](search-indexer-securing-resources.md)

0 commit comments

Comments
 (0)