Skip to content

Commit 3dc7e58

Browse files
author
Luis Cabrera
authored
Merge pull request #31 from mrcarter8/patch-1
Fixed the outputfieldmapping
2 parents e019394 + 77dcc56 commit 3dc7e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workshops/Module 5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Add this outputFieldMapping to the indexer.
7272

7373
```json
7474
{
75-
"sourceFieldName": "/document/diseases",
75+
"sourceFieldName": "/document/diseases/*/name",
7676
"targetFieldName": "diseasesPhonetic",
7777
"mappingFunction": null
7878
}

0 commit comments

Comments
 (0)