synonyms property

Synonyms

Synonyms were originally set via the index settings, and a Get settings call would return all synonyms as part of the settings JSON data.

Implementation

AlgoliaSynonymsReference get synonyms =>
    AlgoliaSynonymsReference._(algolia, _index);