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

rest-api-spec.api.search_application.search.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "search_application.search": {
    "documentation": {
      "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/search-application-search.html",
      "description": "Perform a search against a search application"
    },
    "stability": "experimental",
    "visibility": "public",
    "headers": {
      "accept": [
        "application/json"
      ],
      "content_type": [
        "application/json"
      ]
    },
    "url": {
      "paths": [
        {
          "path": "/_application/search_application/{name}/_search",
          "methods": [
            "GET",
            "POST"
          ],
          "parts": {
            "name": {
              "type": "string",
              "description": "The name of the search application to be searched"
            }
          }
        }
      ]
    },
    "body": {
      "description": "Search parameters, including template parameters that override defaults",
      "required": false
    },
    "params": {
      "typed_keys":{
        "type":"boolean",
        "default":false,
        "description": "Specify whether aggregation and suggester names should be prefixed by their respective types in the response"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy