I am learning elasticsearch. I have specified the mapping in \'mapping.json\'. Its contents are
{ \"book\" : { \"_index\" : { \"enabled
Please try this,
curl -XPUT 'http://localhost:9200//book/_mapping' -d @mapping.json