All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.synonyms.get_synonyms_sets.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "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