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 r...
Michael51
Copper Contributor
If deleting the map would cause any searches to fail, is there a way to remove maps from search fields?
DerekLegenzoff
Mar 10, 2021Microsoft
Michael51 yes, you can update the index to remove the synonym map from the field. In the case of the REST API, you would just set the synonym map attribute to an empty list ("synonymMaps": [])