``` javascript elasticSearchClient.index(indexName, objName, {'name':'name', id:"1111"}) .on('data', function(data) { // <- why can't the data be a JSON object? }) .exec(); ```