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: articles/search/search-how-to-create-indexers.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: nitinme
7
7
author: HeidiSteen
8
8
ms.author: heidist
9
9
10
-
ms.service: cognitive-search
10
+
ms.service: azure-ai-search
11
11
ms.custom:
12
12
- ignite-2023
13
13
ms.topic: how-to
@@ -22,9 +22,9 @@ You can use an indexer to automate data import and indexing in Azure AI Search.
22
22
23
23
Indexers support two workflows:
24
24
25
-
+ Text-based indexing: Extract strings and metadata from textual content for full text search scenarios.
25
+
+**Text-based indexing**: Extract strings and metadata from textual content for full text search scenarios.
26
26
27
-
+ Skills-based indexing: Use built-in or custom skills that add integrated machine learning for analysis over images and large undifferentiated content, extracting or inferring text and structure. Skills-based indexing enables search over content that isn't otherwise easily full text searchable. To learn more, see [AI enrichment in Azure AI Search](cognitive-search-concept-intro.md).
27
+
+**Skills-based indexing**: Use built-in or custom skills that add integrated machine learning for analysis over images and large undifferentiated content, extracting or inferring text and structure. Skills-based indexing enables search over content that isn't otherwise easily full text searchable. To learn more, see [AI enrichment in Azure AI Search](cognitive-search-concept-intro.md).
28
28
29
29
## Prerequisites
30
30
@@ -74,7 +74,9 @@ Other parameters are optional and modify run time behaviors, such as how many er
74
74
75
75
Data source-specific indexers for blobs, SQL, and Azure Cosmos DB provide extra `configuration` parameters for source-specific behaviors. For example, if the source is Blob Storage, you can set a parameter that filters on file extensions, such as:
If the source is Azure SQL, you can set a query time out parameter.
80
82
@@ -167,11 +169,11 @@ When you're ready to create an indexer on a remote search service, you need a se
167
169
168
170
+[**Import data** wizard](search-import-data-portal.md): The wizard is unique in that it creates all of the required elements. Other approaches require a predefined data source and index.
169
171
170
-
:::image type="content" source="media/search-how-to-create-indexers/portal-indexer-client.png" alt-text="Screenshot that shows the Import data wizard." border="true":::
172
+
:::image type="content" source="media/search-how-to-create-indexers/portal-indexer-client.png" alt-text="Screenshot that shows the Import data wizard." border="true":::
171
173
172
174
+**Add indexer**: A visual editor for specifying an indexer definition.
173
175
174
-
:::image type="content" source="media/search-how-to-create-indexers/portal-indexer-client-2.png" alt-text="Screenshot that shows the Add indexer button." border="true":::
176
+
:::image type="content" source="media/search-how-to-create-indexers/portal-indexer-client-2.png" alt-text="Screenshot that shows the Add indexer button." border="true":::
0 commit comments