Need help in creating Azure Search Index
I’m trying to create search index in azure ai search. I have json documents in blob storage.
But I’m facing some errors which I’m not able to resolve.
This is the error that I can see in the debugging session.
Azure AI Search returns a document even if it does not contain the search term
I need to return the exact match first (higher score for sorting) and then any occurrence with a lower score for sorting.