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


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