Skip to content

Commit 479a005

Browse files
committed
Azure Files branding
1 parent afa4e89 commit 479a005

7 files changed

+13
-13
lines changed

articles/search/search-file-storage-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article supplements [**Create an indexer**](search-howto-create-indexers.md
2323

2424
## Prerequisites
2525

26-
+ [Azure Files](../storage/files/storage-how-to-use-files-portal.md), Transaction Optimized tier.
26+
+ [Azure File Storage](../storage/files/storage-how-to-use-files-portal.md), Transaction Optimized tier.
2727

2828
+ An [SMB file share](../storage/files/files-smb-protocol.md) providing the source content. [NFS shares](../storage/files/files-nfs-protocol.md#support-for-azure-storage-features) are not supported.
2929

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Cosmos DB Gremlin indexer
33
titleSuffix: Azure AI Search
4-
description: Set up an Azure Cosmos DB indexer to automate indexing of Azure Cosmos DB for Apache Gremlin content for full text search in Azure AI Search. This article explains how index data using the Azure Cosmos DB for Apache Gremlin protocol.
4+
description: Set up an Azure Cosmos DB indexer to automate indexing of Apache Gremlin content for full text search in Azure AI Search. This article explains how index data using the Azure Cosmos DB for Apache Gremlin protocol.
55

66
author: mgottein
77
ms.author: magottei
@@ -14,7 +14,7 @@ ms.topic: how-to
1414
ms.date: 02/28/2024
1515
---
1616

17-
# Import data from Azure Cosmos DB for Apache Gremlin for queries in Azure AI Search
17+
# Index data from Azure Cosmos DB for Apache Gremlin for queries in Azure AI Search
1818

1919
> [!IMPORTANT]
2020
> The Azure Cosmos DB for Apache Gremlin indexer is currently in public preview under [Supplemental Terms of Use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). Currently, there is no SDK support.
@@ -312,7 +312,7 @@ The Azure Cosmos DB for Apache Gremlin indexer will automatically map a couple p
312312

313313
1. The indexer will map `_id` to an `id` field in the index if it exists.
314314

315-
1. When querying your Azure Cosmos DB database using the Azure Cosmos DB for Apache Gremlin you may notice that the JSON output for each property has an `id` and a `value`. Azure AI Search Azure Cosmos DB indexer will automatically map the properties `value` into a field in your search index that has the same name as the property if it exists. In the following example, 450 would be mapped to a `pages` field in the search index.
315+
1. When querying your Azure Cosmos DB database using the Azure Cosmos DB for Apache Gremlin you may notice that the JSON output for each property has an `id` and a `value`. The indexer will automatically map the properties `value` into a field in your search index that has the same name as the property if it exists. In the following example, 450 would be mapped to a `pages` field in the search index.
316316

317317
```http
318318
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: how-to
1111
ms.date: 02/28/2024
1212
---
1313

14-
# Import data from Azure Cosmos DB for MongoDB for queries in Azure AI Search
14+
# Index data from Azure Cosmos DB for MongoDB for queries in Azure AI Search
1515

1616
> [!IMPORTANT]
1717
> MongoDB API support is currently in public preview under [supplemental Terms of Use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). Currently, there is no SDK support.
@@ -161,7 +161,7 @@ In a [search index](search-what-is-an-index.md), add fields to accept the source
161161
| GeoJSON objects such as { "type": "Point", "coordinates": [long, lat] } |Edm.GeographyPoint |
162162
| Other JSON objects |N/A |
163163
164-
## Configure and run the Azure Cosmos DB indexer
164+
## Configure and run the Azure Cosmos DB for MongoDB indexer
165165
166166
Once the index and data source have been created, you're ready to create the indexer. Indexer configuration specifies the inputs, parameters, and properties controlling run time behaviors.
167167

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.topic: how-to
1313
ms.date: 01/18/2024
1414
---
1515

16-
# Import data from Azure Cosmos DB for NoSQL for queries in Azure AI Search
16+
# Index data from Azure Cosmos DB for NoSQL for queries in Azure AI Search
1717

1818
In this article, learn how to configure an [**indexer**](search-indexer-overview.md) that imports content from [Azure Cosmos DB for NoSQL](../cosmos-db/nosql/index.yml) and makes it searchable in Azure AI Search.
1919

@@ -204,7 +204,7 @@ In a [search index](search-what-is-an-index.md), add fields to accept the source
204204
| GeoJSON objects such as { "type": "Point", "coordinates": [long, lat] } |Edm.GeographyPoint |
205205
| Other JSON objects |N/A |
206206
207-
## Configure and run the Azure Cosmos DB indexer
207+
## Configure and run the Azure Cosmos DB for NoSQL indexer
208208
209209
Once the index and data source have been created, you're ready to create the indexer. Indexer configuration specifies the inputs, parameters, and properties controlling run time behaviors.
210210

articles/search/search-howto-managed-identities-cosmos-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ api-key: [admin key]
149149

150150
An indexer connects a data source with a target search index and provides a schedule to automate the data refresh. Once the index and data source have been created, you're ready to create and run the indexer. If the indexer is successful, the connection syntax and role assignments are valid.
151151

152-
Here's a [Create Indexer](/rest/api/searchservice/create-indexer) REST API call with an Azure Cosmos DB indexer definition. The indexer runs when you submit the request.
152+
Here's a [Create Indexer](/rest/api/searchservice/create-indexer) REST API call with an Azure Cosmos DB for NoSQL indexer definition. The indexer runs when you submit the request.
153153

154154
```http
155155
POST https://[service name].search.windows.net/indexers?api-version=2020-06-30

articles/search/search-howto-reindex.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If you added or renamed a field, use [$select](search-query-odata-select.md) to
9191
+ [Index large data sets at scale](search-howto-large-index.md)
9292
+ [Indexing in the portal](search-import-data-portal.md)
9393
+ [Azure SQL Database indexer](search-howto-connecting-azure-sql-database-to-azure-search-using-indexers.md)
94-
+ [Azure Cosmos DB indexer](search-howto-index-cosmosdb.md)
95-
+ [Azure Blob Storage indexer](search-howto-indexing-azure-blob-storage.md)
96-
+ [Azure Table Storage indexer](search-howto-indexing-azure-tables.md)
94+
+ [Azure Cosmos DB for NoSQL indexer](search-howto-index-cosmosdb.md)
95+
+ [Azure blob indexer](search-howto-indexing-azure-blob-storage.md)
96+
+ [Azure tables indexer](search-howto-indexing-azure-tables.md)
9797
+ [Security in Azure AI Search](search-security-overview.md)

articles/search/tutorial-multiple-data-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,4 +381,4 @@ You can find and manage resources in the portal, using the All resources or Reso
381381
Now that you're familiar with the concept of ingesting data from multiple sources, let's take a closer look at indexer configuration, starting with Azure Cosmos DB.
382382

383383
> [!div class="nextstepaction"]
384-
> [Configure an Azure Cosmos DB indexer](search-howto-index-cosmosdb.md)
384+
> [Configure an Azure Cosmos DB for NoSQL indexer](search-howto-index-cosmosdb.md)

0 commit comments

Comments
 (0)