Skip to main content
This page documents an earlier version of the API client. For the latest version, see Browse all synonyms.
Required ACL: settings

Examples

var synonymsIterator = client.BrowseSynonyms();

foreach (var synonym in synonymsIterator)
{
    Console.WriteLine(synonym);
}

Parameters

indexName
string
Scala only: index name
requestOptions
object
A mapping of request options to send along with the query.

Response

This method returns an iterator.
I