diff --git a/md/es.go b/md/es.go index 6177b90..8e9520d 100644 --- a/md/es.go +++ b/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",