导入测试数据
https://www.elastic.co/guide/en/elasticsearch/reference/current/_exploring_your_data.html
下面的Loading the Sample Dataset,的here是测试数据
使用postman导入
post localhost:9200/bank/account/_bulk?pretty&refresh
在body内粘贴上面的here (accounts.json)的内容
然后send