1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-be.git synced 2025-03-12 22:10:00 +01:00
youjo-be/priv/es-mappings/activity.json

24 lines
336 B
JSON
Raw Normal View History

2021-12-13 21:15:17 +01:00
{
2022-06-30 17:28:31 +02:00
"mappings": {
"properties": {
"_timestamp": {
"type": "date",
"index": true
},
"instance": {
"type": "keyword"
},
"content": {
"type": "text"
},
"hashtags": {
"type": "keyword"
},
"user": {
"type": "text"
}
2021-12-13 21:15:17 +01:00
}
}
}