瀏覽代碼

update es struct

master
shenjiachi 4 天之前
父節點
當前提交
46ebf4dca6
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      md/es.go

+ 3
- 3
md/es.go 查看文件

@@ -202,10 +202,10 @@ const EggFriendCircleCommentEsMapping = `
"type": "integer"
},
"circle_id":{
"type": "integer"
"type": "keyword"
},
"comment_id":{
"type": "integer"
"type": "keyword"
},
"reply_comment_id":{
"type": "integer"
@@ -317,7 +317,7 @@ const EggFriendCircleLikeEsMapping = `
"type": "integer"
},
"circle_id":{
"type": "integer"
"type": "keyword"
},
"created_at":{
"type": "date",


Loading…
取消
儲存