查詢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'