Skip to content

Commit 87d08e3

Browse files
committed
Acrlinx fixes
1 parent d14605d commit 87d08e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/cognitive-search-how-to-debug-skillset.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To prove whether a modification resolves an error, follow these steps:
7676

7777
## View content of enrichment nodes
7878

79-
AI enrichment pipelines extract or infer information and structure from source documents, creating an enriched document in the process. An enriched document is first created during document cracking and populated with a root node (`/document`), plus nodes for any content that is lifted directly from the data source, such as metadata and the document key. Additional nodes are created by skills during skill execution, where each skill output adds a new node to the enrichment tree.
79+
AI enrichment pipelines extract or infer information and structure from source documents, creating an enriched document in the process. An enriched document is first created during document cracking and populated with a root node (`/document`), plus nodes for any content that is lifted directly from the data source, such as metadata and the document key. More nodes are created by skills during skill execution, where each skill output adds a new node to the enrichment tree.
8080

8181
Enriched documents are internal, but a debug session gives you access to the content produced during skill execution. To view the content or output of each skill, follow these steps:
8282

@@ -115,11 +115,11 @@ The following steps show you how to get information about a skill.
115115

116116
## Check field mappings
117117

118-
If skills produce output but the search index is empty, check the field mappings that specify how content moves out of the pipeline and into a search index.
118+
If skills produce output but the search index is empty, check the field mappings. Field mappings specify how content moves out of the pipeline and into a search index.
119119

120120
1. Start with the default views: **AI enrichment > Skill Graph**, with the graph type set to **Dependency Graph**.
121121

122-
1. Select **Field Mappings** near the top. You should find at least the document key that uniquely identifies and associates each search document in the search index with it's source document in the data source.
122+
1. Select **Field Mappings** near the top. You should find at least the document key that uniquely identifies and associates each search document in the search index with its source document in the data source.
123123

124124
If you're importing raw content straight from the data source, bypassing enrichment, you should find those fields in **Field Mappings**.
125125

0 commit comments

Comments
 (0)