elasticsearch(三):7.x 版本 基础增删改查 index doc _update 入门的第二步
参考官网1、简单的增删改查,默认分片,默认类型[root@vcontroller~]#curl-XPUT"localhost:9200/customer?pretty"{"acknowledged":true,"shards_acknowledged":true,"index":"customer"}[root@vcontroller~]#curl-XGET'localhost:9200/_cat