rest-api-spec.api.search_application.search.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
{
"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"
}
}
}
}