Uses of Class
com.algolia.search.iterators.SynonymsIterable
-
Packages that use SynonymsIterable Package Description com.algolia.search -
-
Uses of SynonymsIterable in com.algolia.search
Methods in com.algolia.search that return SynonymsIterable Modifier and Type Method Description default SynonymsIterableSearchIndexSynonyms. browseSynonyms()Retrieve an index’s complete list of synonyms The list includes all synonyms - whether created on the dashboard or pushed by the API.default SynonymsIterableSearchIndexSynonyms. browseSynonyms(int hitsPerPage)Retrieve an index’s complete list of synonyms The list includes all synonyms - whether created on the dashboard or pushed by the API.default SynonymsIterableSearchIndexSynonyms. browseSynonyms(int hitsPerPage, RequestOptions requestOptions)Retrieve an index’s complete list of synonyms The list includes all synonyms - whether created on the dashboard or pushed by the API.
-