![JAR search and dependency download from the Maven repository](/logo.png)
rest-api-spec.api.synonyms.get_synonyms_sets.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"synonyms.get_synonyms_sets": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/list-synonyms-sets.html",
"description": "Retrieves a summary of all defined synonym sets"
},
"stability": "stable",
"visibility": "public",
"headers": {
"accept": [
"application/json"
]
},
"url": {
"paths": [
{
"path": "/_synonyms",
"methods": [
"GET"
]
}
]
},
"params": {
"from": {
"type": "int",
"description": "Starting offset",
"default": 0
},
"size": {
"type": "int",
"description": "specifies a max number of results to get",
"default": 10
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy