This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_system_rules
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
update es struct
master
shenjiachi
4 days ago
parent
44239d7e3e
commit
46ebf4dca6
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
md/es.go
+ 3
- 3
md/es.go
View File
@@ -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",
Write
Preview
Loading…
Cancel
Save