中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

文安县| 阿克苏市| 乌兰县| 牙克石市| 上思县| 雷山县| 张家界市| 应城市| 新建县| 稷山县| 称多县| 卫辉市| 石景山区| 阳西县| 乐东| 葫芦岛市| 自贡市| 蒲城县| 娄烦县| 穆棱市| 高唐县| 封开县| 遂宁市| 福贡县| 文山县| 镇康县| 长宁县| 罗定市| 平舆县| 五河县| 内丘县| 宁夏| 潞西市| 延长县| 金阳县| 高密市| 军事| 什邡市| 昌乐县| 修水县| 井陉县|