2013-05-24 12:02:42 +02:00
|
|
|
{
|
|
|
|
"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": {
|
2013-05-26 12:20:43 +02:00
|
|
|
"id": {
|
|
|
|
},
|
2013-05-24 12:02:42 +02:00
|
|
|
"index": {
|
|
|
|
},
|
|
|
|
"type": {
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"params": {
|
2013-05-26 12:20:43 +02:00
|
|
|
"fields": {
|
2013-05-24 12:02:42 +02:00
|
|
|
},
|
2013-05-26 12:20:43 +02:00
|
|
|
"id": {
|
2013-05-24 12:02:42 +02:00
|
|
|
},
|
|
|
|
"parent": {
|
|
|
|
},
|
|
|
|
"preference": {
|
|
|
|
},
|
|
|
|
"realtime": {
|
|
|
|
},
|
2013-05-26 12:20:43 +02:00
|
|
|
"refresh": {
|
|
|
|
},
|
|
|
|
"routing": {
|
2013-05-24 12:02:42 +02:00
|
|
|
},
|
|
|
|
"type": {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"body": null
|
|
|
|
}
|
|
|
|
}
|