ElasticSearch6(一) restful风格 基本操做CURD

  一 索引建立 1.1 经过head插件去建立索引javascript 1.2 经过 es http api 去建立php PUT http://192.168.239.128:9200/testindex/  Content-Type: application/jsonjava { "settings": { "number_of_replicas": 0 }, "mapp
相关文章
相关标签/搜索