curl -XGET 'http://www.example.com:9200/myIndexName/myTypeName/1'
Output:
{
"_index" : "myIndexName",
"_type" : "myTypeName",
"_id" : "1",
"_version" : 1,
"found": true,
"_source&qu...