简单易用的东西

查询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'
相关文章
相关标签/搜索