Skip to content

Commit d54446f

Browse files
authored
Update learn-pr/wwl-data-ai/ai-knowldge-mining/includes/3-index.md
PR review: Changed numbering to bullets for nonsequential steps
1 parent a2b6b61 commit d54446f

File tree

1 file changed

+2
-2
lines changed
  • learn-pr/wwl-data-ai/ai-knowldge-mining/includes

1 file changed

+2
-2
lines changed

learn-pr/wwl-data-ai/ai-knowldge-mining/includes/3-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ The output fields from each skill can be used as inputs for other skills later i
6969

7070
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:
7171

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

Comments
 (0)