Skip to content

Commit 6eadfc0

Browse files
Merge pull request #906 from KatieMacalintal/index-projection-validation
Index projections - Avoid field mapping to parent key field
2 parents c78fa1c + d9672bb commit 6eadfc0

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+
Do not create 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)