mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 00:49:11 +00:00
38 lines
720 B
JSON
38 lines
720 B
JSON
{
|
|
"get": {
|
|
"documentation": "http://elasticsearch.org/guide/reference/api/get/",
|
|
"methods": ["GET", "HEAD", "POST"],
|
|
"url": {
|
|
"path": "/{index}/{type}/{id}",
|
|
"paths": ["/{index}/{type}/{id}", "/{index}/{type}/{id}/_source", "/_mget", "/{index}/_mget", "/{index}/{type}/_mget"],
|
|
"parts": {
|
|
"id": {
|
|
},
|
|
"index": {
|
|
},
|
|
"type": {
|
|
}
|
|
},
|
|
"params": {
|
|
"fields": {
|
|
},
|
|
"id": {
|
|
},
|
|
"parent": {
|
|
},
|
|
"preference": {
|
|
},
|
|
"realtime": {
|
|
},
|
|
"refresh": {
|
|
},
|
|
"routing": {
|
|
},
|
|
"type": {
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|