Skip to content

Commit 76ccf68

Browse files
committed
Fix service tag
1 parent 9c7c386 commit 76ccf68

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

articles/search/search-how-to-create-indexers.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
author: HeidiSteen
88
ms.author: heidist
99

10-
ms.service: cognitive-search
10+
ms.service: azure-ai-search
1111
ms.custom:
1212
- ignite-2023
1313
ms.topic: how-to
@@ -22,9 +22,9 @@ You can use an indexer to automate data import and indexing in Azure AI Search.
2222

2323
Indexers support two workflows:
2424

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.
2626

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).
2828

2929
## Prerequisites
3030

@@ -74,7 +74,9 @@ Other parameters are optional and modify run time behaviors, such as how many er
7474

7575
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:
7676

77-
`"parameters" : { "configuration" : { "indexedFileNameExtensions" : ".pdf,.docx" } }`
77+
```json
78+
"parameters" : { "configuration" : { "indexedFileNameExtensions" : ".pdf,.docx" } }
79+
```
7880

7981
If the source is Azure SQL, you can set a query time out parameter.
8082

@@ -167,11 +169,11 @@ When you're ready to create an indexer on a remote search service, you need a se
167169

168170
+ [**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.
169171

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":::
171173

172174
+ **Add indexer**: A visual editor for specifying an indexer definition.
173175

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":::
175177

176178
### [**REST**](#tab/indexer-rest)
177179

articles/search/search-query-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn how to construct a query request for full text search in Azur
66
manager: nitinme
77
author: HeidiSteen
88
ms.author: heidist
9-
ms.service: cognitive-search
9+
ms.service: azure-ai-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: how-to

articles/search/service-create-private-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Set up a private endpoint in a virtual network for a secure connect
55
author: HeidiSteen
66
ms.author: heidist
77
manager: nitinme
8-
ms.service: cognitive-search
8+
ms.service: azure-ai-search
99
ms.custom:
1010
- ignite-2023
1111
ms.topic: conceptual

0 commit comments

Comments
 (0)