
Ultimate access to all questions.
You are working on an Azure AI Search solution for a real estate company that needs to index and search through a large volume of property listings. How would you approach the task of handling geospatial data and providing location-based search capabilities?
A
Use the geospatial capabilities of Azure AI Search to index the property locations and enable location-based search queries.
B
Leverage the built-in geospatial functions, such as distance or bounding box queries, to filter and sort the search results based on location.
C
Implement custom skills that utilize geospatial libraries or APIs to extract and process location data from the property listings.
D
All of the above