Skip to content

Commit 5693269

Browse files
authored
Update search-indexer-field-mappings.md
Corrected typos
1 parent 4131bc7 commit 5693269

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,10 @@ If you are indexing both parent documents and "child" documents:
464464
+ Use field mappings to map fields to the parent documents.
465465
+ Use [index projections](index-projections-concept-intro.md) to map fields to the "child" documents.
466466

467-
### 3. Mapping function-transformed values to both parent and/or "child" documents
467+
### 3. Mapping function-transformed values to parent and/or "child" documents
468468

469-
If a field in the parent document requires a transformation (using the mapping functions](#mappingFunctions) such as encoding) and needs to be mapped to the parent and/or "child" documents:
470-
+ Apply the transformation using field mappings' functions in the indexer.
469+
If a field in the parent document requires a transformation (using the [mapping functions](#mappingFunctions) such as encoding) and needs to be mapped to the parent and/or "child" documents:
470+
+ Apply the transformation using field mappings' [functions](#mappingFunctions) in the indexer.
471471
+ Use [index projections](index-projections-concept-intro.md) in the skillset to map the transformed field to the "child" documents.
472472

473473
## See also

0 commit comments

Comments
 (0)