AI-102 · Question #224
You have an Azure subscription that contains an AI enrichment pipeline in Azure AI Search and an Azure Storage account that has 10 GB of scanned documents and images. You need to index the documents…
The correct answer is A. From the Azure portal, configure parallel indexing. https://learn.microsoft.com/en-us/azure/search/search-howto-large-index#run-indexers-in-parallel If you partition your data, you can create multiple indexer-data-source combinations that pull from each data source and write to the same search index. Because each indexer is…
Question
Options
- AFrom the Azure portal, configure parallel indexing.
- BFrom the Azure portal, configure scheduled indexing.
- CConfigure field mappings by using the REST API.
- DCreate a text-based indexer by using the REST API.
How the community answered
(46 responses)- A72% (33)
- B17% (8)
- C9% (4)
- D2% (1)
Explanation
https://learn.microsoft.com/en-us/azure/search/search-howto-large-index#run-indexers-in-parallel If you partition your data, you can create multiple indexer-data-source combinations that pull from each data source and write to the same search index. Because each indexer is distinct, you can run them at the same time, populating a search index more quickly than if you ran them
Topics
Community Discussion
No community discussion yet for this question.