Forum Discussion
Michael51
Mar 10, 2021Copper Contributor
New to Azure search and got some questions
We are using Azure cognitive search to search through profiles and have come up with some questions:
- When updating a synonym map, we are deleting it and re-creating it. However, when we try to re-set the fields that synonym map applies to, it says they are already attached. If we deleted the synonym map, wouldn't those connections have gone away. If not, do we need to re-update the fields? Is there a way to "detach" the map from the fields before deleting it, and then re-creating it?
- Are there additional sdk sample applications that do more than just the bare bones of Azure cognitive search, and include best practices? This would include creating indexes, adding scoring profiles, synonym maps, etc.
- Are there SDK functions that allow for "re-setting" and "re-indexing" of data stores, after being refreshed? We found the way to call them via rest calls, but this requires creating httpRequestMessages with all the parameters, etc, and then gettingthe response. It would be nice if there were just sdk objects/functions available.
Thank you
3 Replies
Sort By