Skip to content

Commit bef225b

Browse files
committed
edits for readability
1 parent 227b81d commit bef225b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/search/search-howto-create-indexers.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ Indexers support two workflows:
2121

2222
+ Text-based indexing, extracting strings and metadata for full text search scenarios.
2323

24-
+ Skills-based indexing, using built-in or custom skills to apply integrated machine learning and AI models that analyze content for text and structure. Skill-based indexing enables search over content that isn't otherwise easily searchable, such as images and large undifferentiated text.
25-
To learn about skill-based indexing, see [AI enrichment in Cognitive Search](cognitive-search-concept-intro.md).
24+
+ Skills-based indexing, using built-in or custom skills to apply integrated machine learning models that analyze content for text and structure. Skill-based indexing enables search over content that isn't otherwise easily searchable, such as images and large undifferentiated text. To learn about skill-based indexing, see [AI enrichment in Cognitive Search](cognitive-search-concept-intro.md).
2625

2726
This article focuses on the basic steps of indexer configuration. Depending on the data source and your workflow, more configuration might be necessary.
2827

2928
## Indexer definitions
3029

31-
When you create an indexer, the definition will adhere to one of two patterns: text-based indexing or AI enrichment with skills. The only difference between the two is that an indexer that invokes AI enrichment has more definitions: a skillset and output field mappings.
30+
When you create an indexer, the definition will adhere to one of two patterns: text-based indexing or AI enrichment with skills. A skills-based indexer has the same definitions as text-based indexers, but with a few more options.
3231

3332
### Indexer definition for full text search
3433

0 commit comments

Comments
 (0)