91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

阜宁县| 台中市| 龙游县| 克东县| 沙洋县| 双桥区| 玉树县| 朝阳县| 岑溪市| 礼泉县| 台东市| 丰台区| 富民县| 涞源县| 新晃| 哈巴河县| 新平| 广元市| 门源| 丹凤县| 巴楚县| 乐昌市| 宣恩县| 长岭县| 仪征市| 永康市| 陆河县| 铜梁县| 宜春市| 集贤县| 芷江| 滕州市| 鄂尔多斯市| 汕尾市| 隆回县| 桑植县| 邢台市| 新蔡县| 上犹县| 蓝田县| 邹平县|