|
- package md
-
- const EggUserShortLink = "egg_user_short_link"
- const EggUserShortLinkMap = `
- {
- "settings" : {
- "number_of_shards" : 2,
- "number_of_replicas" : 1
- },
- "mappings":{
- "properties":{
- "uid":{
- "type": "integer"
- },
- "date":{
- "type": "integer"
- },
- "link":{
- "type": "keyword"
- },
- "short_link":{
- "type": "keyword"
- }
- }
- }
- }`
|