
Ultimate access to all questions.
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.