亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Elasticsearch Mapping的示例代碼

發布時間:2021-12-16 10:58:07 來源:億速云 閱讀:112 作者:小新 欄目:云計算

這篇文章主要介紹Elasticsearch Mapping的示例代碼,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

Elasticsearch Mapping示例

PUT my_index {   // 創建 my_index索引
  "mappings": {
    "user": {  // 創建名稱為user的type
      "_all":       { "enabled": false  },  //Disable the _all meta field for the user mapping type
      "properties": { 
        "title":    { "type": "string"  }, 
        "name":     { "type": "string"  }, 
        "age":      { "type": "integer" }  
      }
    },
    "blogpost": { 
      "properties": { 
        "title":    { "type": "string"  }, 
        "body":     { "type": "string"  }, 
        "user_id":  {
          "type":   "string", 
          "index":  "not_analyzed"
        },
        "created":  {
          "type":   "date", 
          "format": "strict_date_optional_time||epoch_millis"
        }
      }
    }
  }}

type: 字段的數據類型,例如 string 和 date

  • a simple type like stringdatelongdoubleboolean or ip.

  • a type which supports the hierarchical nature of JSON such as object or nested.

  • or a specialised type like geo_pointgeo_shape, or completion.

index: 字段是否應當被當成全文來搜索(analyzed),或被當成一個準確的值(not_analyzed),還是完全不可被搜索(no)

analyzer: 確定在索引和或搜索時全文字段使用的分析器。

以上是“Elasticsearch Mapping的示例代碼”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

深州市| 鲁山县| 黄浦区| 元朗区| 奉贤区| 阳信县| 漳浦县| 家居| 满城县| 丽水市| 明星| 玛多县| 基隆市| 甘肃省| 阿尔山市| 永春县| 澄城县| 勃利县| 遂溪县| 赣榆县| 萨嘎县| 龙里县| 阿巴嘎旗| 本溪| 南平市| 黄龙县| 三明市| 合山市| 安国市| 东辽县| 安仁县| 嵩明县| 和静县| 家居| 宝坻区| 麟游县| 汶川县| 景东| 云林县| 渭源县| 普洱|