查询ott的索引文档的中的内容curl
curl -XPOST 'localhost:9200/ott/_search?pretty' -d ' { "query": { "match_all": {} } }';url
查看索引节点索引
curl 'localhost:9200/_cat/indices?v'文档
删除索引查询
curl -XDELETE 'localhost:9200/customer?pretty'