Skip to content

Commit aee7589

Browse files
Uncommented sentence about mapping to the parent key field
1 parent 2246f6e commit aee7589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-how-to-define-index-projections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ The `mappings` parameter is important. You must explicitly map every field in th
237237

238238
This requirement is in contrast with other field mapping conventions in Azure AI Search. For some data source types, the indexer can implicitly map fields based on similar names, or known characteristics (for example, blob indexers use the unique metadata storage path as the default document key). However, for indexer projections, you must explicitly specify every field mapping on the "many" side of the relationship.
239239

240-
<!-- Avoid creating a field mapping for the parent key field. Doing so disrupts change tracking and synchronized data refresh. -->
240+
Avoid creating a field mapping for the parent key field. Doing so disrupts change tracking and synchronized data refresh.
241241

242242
## Handling parent documents
243243

0 commit comments

Comments
 (0)