Skip to content

Commit a62ed4a

Browse files
authored
Merge pull request #39576 from AndrewNikolin/patch-1
Update search-howto-index-cosmosdb.md
2 parents 43c2f9d + 6e1b7e2 commit a62ed4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Ensure that the schema of your target index is compatible with the schema of the
245245
> [!NOTE]
246246
> For partitioned collections, the default document key is Azure Cosmos DB's `_rid` property, which Azure Cognitive Search automatically renames to `rid` because field names cannot start with an underscore character. Also, Azure Cosmos DB `_rid` values contain characters that are invalid in Azure Cognitive Search keys. For this reason, the `_rid` values are Base64 encoded.
247247
>
248-
> For MongoDB collections, Azure Cognitive Search automatically renames the `_id` property to `doc_id`.
248+
> For MongoDB collections, Azure Cognitive Search automatically renames the `_id` property to `id`.
249249
250250
### Mapping between JSON Data Types and Azure Cognitive Search Data Types
251251
| JSON data type | Compatible target index field types |

0 commit comments

Comments
 (0)