dengbiao 4日前
コミット
73db9904c5
1個のファイルの変更5行の追加5行の削除
  1. +5
    -5
      md/es.go

+ 5
- 5
md/es.go ファイルの表示

@@ -202,13 +202,13 @@ const EggFriendCircleCommentEsMapping = `
"type": "integer"
},
"circle_id":{
"type": "integer"
"type": "keyword"
},
"comment_id":{
"type": "integer"
"type": "keyword"
},
"reply_comment_id":{
"type": "integer"
"type": "keyword"
},
"content":{
"type": "keyword"
@@ -309,7 +309,7 @@ const EggFriendCircleLikeEsMapping = `
"number_of_replicas" : 1
},
"aliases": {
"egg_friend_circle": {}
"egg_friend_circle_like": {}
},
"mappings":{
"properties":{
@@ -317,7 +317,7 @@ const EggFriendCircleLikeEsMapping = `
"type": "integer"
},
"circle_id":{
"type": "integer"
"type": "keyword"
},
"created_at":{
"type": "date",


読み込み中…
キャンセル
保存