소스 검색

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",


불러오는 중...
취소
저장