2021-09-03 Elasticsearch基操

Elasticsearch 基操

一、Elasticsearch介绍

二、curl 基本操作

参考:使用curl操作
新建 index :

curl -H "Content-Type: application/json" -X PUT 'localhost:9200/accounts' -d '
{
  "mappings": {
    "person": {
      "properties": {
        "user": {
          "type": "text"
        },
        "title": {
          "type": "text"
        },
        "desc": {
          "type":
上一篇:php对接抖音小程序担保支付/头条小程序担保支付


下一篇:SQL CHARINDEX - 判断是否包含字符/表达式