You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/ai-knowldge-mining/includes/3-index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,5 +69,5 @@ The output fields from each skill can be used as inputs for other skills later i
69
69
70
70
The fields in the final document structure at the end of the pipeline are mapped to index fields by the indexer in one of two ways:
71
71
72
-
1. Fields extracted directly from the source data are all mapped to index fields. These mappings can be *implicit* (fields are automatically mapped to in fields with the same name in the index) or *explicit* (a mapping is defined to match a source field to an index field, often to rename the field to something more useful or to apply a function to the data value as it is mapped).
73
-
2. Output fields from the skills in the skillset are explicitly mapped from their hierarchical location in the output to the target field in the index.
72
+
- Fields extracted directly from the source data are all mapped to index fields. These mappings can be *implicit* (fields are automatically mapped to in fields with the same name in the index) or *explicit* (a mapping is defined to match a source field to an index field, often to rename the field to something more useful or to apply a function to the data value as it is mapped).
73
+
- Output fields from the skills in the skillset are explicitly mapped from their hierarchical location in the output to the target field in the index.
0 commit comments