Skip to content

Commit 2a21dd6

Browse files
authored
Update search-indexer-field-mappings.md
Update field mappings to reflect that this only applies to parent documents and point to index projections for chunked index mappings.
1 parent 23c79af commit 2a21dd6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/search/search-indexer-field-mappings.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: cognitive-search
1111
ms.custom:
1212
- ignite-2023
1313
ms.topic: how-to
14-
ms.date: 07/29/2024
14+
ms.date: 08/09/2024
1515
---
1616

1717
# Field mappings and transformations using Azure AI Search indexers
@@ -30,8 +30,10 @@ Field mappings apply to:
3030

3131
+ Physical data structures on both sides of the data path. Logical data structures created by skills reside only in memory. Use [outputFieldMappings](cognitive-search-output-field-mapping.md) to map in-memory nodes to output fields in a search index.
3232

33-
+ Search indexes only. To populate a [knowledge store](knowledge-store-concept-intro.md), use [projections](knowledge-store-projections-examples.md) for data path configuration.
34-
33+
+ Parent AI Search indexes only.
34+
- To populate a [knowledge store](knowledge-store-concept-intro.md), use [projections](knowledge-store-projections-examples.md) for data path configuration.
35+
- To map parent document fields to a secondary index, which contains "child" documents or "chunks" for "one-to-many" document scenarios (such as data chunking/splitting), use [index projections](index-projections-concept-intro.md).
36+
3537
+ Top-level search fields only, where the `targetFieldName` is either a simple field or a collection. A target field can't be a complex type.
3638

3739
## Supported scenarios

0 commit comments

Comments
 (0)