API clients
Retrieve an index’s complete list of synonyms.
settings
var synonymsIterator = client.BrowseSynonyms(); foreach (var synonym in synonymsIterator) { Console.WriteLine(synonym); }
Was this page helpful?