Slide 8
Slide 8 text
{
"index": {
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/
"methods": ["POST", "PUT"],
"url": {
"path": "/{index}/{type}",
"paths": ["/{index}/{type}", "/{index}/{type}/{id}"],
"parts": {
"id": {
"type" : "string",
"description" : "Document ID"
},
"index": {
"type" : "string",
"required" : true,
"description" : "The name of the index"
},
"type": { https://github.com/elasticsearch/elasticsearch/blob/master/rest-api-spec/api/index.json