
Answer-first summary for fast verification
Answer: Create a complex index with custom analyzers and field mappings.
Creating a complex index with custom analyzers and field mappings ensures that the index can support complex queries, including sorting, filtering, and wildcard searches.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are required to create an index for an Azure AI Search solution. The index needs to support complex queries, including sorting, filtering, and wildcard searches. Describe the steps you would take to design and create this index, ensuring it meets the query requirements.
A
Create a simple index with default settings.
B
Create a complex index with custom analyzers and field mappings.
C
Create an index with minimal fields to reduce complexity.
D
Create an index using only the Azure portal interface.