2013-06-22 15:25:01 -04:00
|
|
|
{
|
|
|
|
"get_source": {
|
2014-01-09 16:44:14 -05:00
|
|
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-get.html",
|
2013-06-22 15:25:01 -04:00
|
|
|
"methods": ["GET"],
|
|
|
|
"url": {
|
|
|
|
"path": "/{index}/{type}/{id}/_source",
|
|
|
|
"paths": ["/{index}/{type}/{id}/_source"],
|
|
|
|
"parts": {
|
|
|
|
"id": {
|
|
|
|
"type" : "string",
|
2013-09-09 14:59:47 -04:00
|
|
|
"required" : true,
|
2013-06-22 15:25:01 -04:00
|
|
|
"description" : "The document ID"
|
|
|
|
},
|
|
|
|
"index": {
|
|
|
|
"type" : "string",
|
|
|
|
"required" : true,
|
|
|
|
"description" : "The name of the index"
|
|
|
|
},
|
|
|
|
"type": {
|
|
|
|
"type" : "string",
|
2014-01-08 11:37:35 -05:00
|
|
|
"required" : true,
|
2013-06-22 15:25:01 -04:00
|
|
|
"description" : "The type of the document; use `_all` to fetch the first document matching the ID across all types"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"params": {
|
2013-10-08 12:18:20 -04:00
|
|
|
"exclude": {
|
2013-09-23 07:23:25 -04:00
|
|
|
"type" : "list",
|
|
|
|
"description" : "A list of fields to exclude from the returned _source field"
|
|
|
|
},
|
2013-10-08 12:18:20 -04:00
|
|
|
"include": {
|
2013-09-23 07:23:25 -04:00
|
|
|
"type" : "list",
|
|
|
|
"description" : "A list of fields to extract and return from the _source field"
|
|
|
|
},
|
2013-06-22 15:25:01 -04:00
|
|
|
"parent": {
|
|
|
|
"type" : "string",
|
|
|
|
"description" : "The ID of the parent document"
|
|
|
|
},
|
|
|
|
"preference": {
|
|
|
|
"type" : "string",
|
|
|
|
"description" : "Specify the node or shard the operation should be performed on (default: random)"
|
|
|
|
},
|
|
|
|
"realtime": {
|
|
|
|
"type" : "boolean",
|
|
|
|
"description" : "Specify whether to perform the operation in realtime or search mode"
|
|
|
|
},
|
|
|
|
"refresh": {
|
|
|
|
"type" : "boolean",
|
|
|
|
"description" : "Refresh the shard containing the document before performing the operation"
|
|
|
|
},
|
|
|
|
"routing": {
|
|
|
|
"type" : "string",
|
|
|
|
"description" : "Specific routing value"
|
2014-01-16 08:59:18 -05:00
|
|
|
"version" : {
|
|
|
|
"type" : "number",
|
|
|
|
"description" : "Explicit version number for concurrency control"
|
|
|
|
},
|
|
|
|
"version_type": {
|
|
|
|
"type" : "enum",
|
|
|
|
"options" : ["internal","external"],
|
|
|
|
"description" : "Specific version type"
|
2013-06-22 15:25:01 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"body": null
|
|
|
|
}
|
|
|
|
}
|