1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-be.git synced 2025-02-24 14:13:02 +01:00
youjo-be/priv/es-mappings/activity.json
2022-06-30 16:28:31 +01:00

23 lines
336 B
JSON

{
"mappings": {
"properties": {
"_timestamp": {
"type": "date",
"index": true
},
"instance": {
"type": "keyword"
},
"content": {
"type": "text"
},
"hashtags": {
"type": "keyword"
},
"user": {
"type": "text"
}
}
}
}