Skip to content

Commit a408d91

Browse files
Merge pull request #215282 from gmndrg/main
MongoDB workaround clarification
2 parents de34f02 + db36f0a commit a408d91

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Indexing with Azure Cosmos DB for MongoDB
33
titleSuffix: Azure Cognitive Search
44
description: Set up a search indexer to index data stored in Azure Cosmos DB for full text search in Azure Cognitive Search. This article explains how index data in Azure Cosmos DB for MongoDB.
55

6-
author: mgottein
7-
ms.author: magottei
6+
author: gmndrg
7+
ms.author: gimondra
88
ms.service: cognitive-search
99
ms.custom: ignite-2022
1010
ms.topic: how-to
11-
ms.date: 07/12/2022
11+
ms.date: 10/20/2022
1212
---
1313

1414
# Indexing with Azure Cosmos DB for MongoDB
@@ -40,7 +40,9 @@ These are the limitations of this feature:
4040

4141
+ Custom queries aren't supported for specifying the data set.
4242

43-
+ The column name `_ts` is a reserved word. If you need this field, consider alternative solutions for populating an index. You could use the [push API](search-what-is-data-import.md). Or, you could use [Azure Data Factory](../data-factory/connector-azure-cosmos-db.md) with an Azure Cognitive Search index as the sink.
43+
+ The column name `_ts` is a reserved word. If you need this field, consider alternative solutions for populating an index.
44+
45+
As an alternative to this connector, if your scenario has any of those requirements, you could use the [Push API/SDK](search-what-is-data-import.md) or consider [Azure Data Factory](../data-factory/connector-azure-cosmos-db.md) with an [Azure Cognitive Search index](../data-factory/connector-azure-search.md) as the sink.
4446

4547
## Define the data source
4648

0 commit comments

Comments
 (0)