![JAR search and dependency download from the Maven repository](/logo.png)
rest-api-spec.api.graph.explore.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
{
"graph.explore":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/graph-explore-api.html",
"description": "Explore extracted and summarized information about the documents and terms in an index."
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"],
"content_type": ["application/json"]
},
"url":{
"paths":[
{
"path": "/{index}/_graph/explore",
"methods": [
"GET",
"POST"
],
"parts": {
"index": {
"type": "list",
"description": "A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices"
}
}
}
]
},
"params":{
"routing":{
"type":"string",
"description":"Specific routing value"
},
"timeout":{
"type":"time",
"description":"Explicit operation timeout"
}
},
"body":{
"description":"Graph Query DSL"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy