1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-13 19:01:45 +00:00
akkoma/priv/es-mappings/activity.json

24 lines
336 B
JSON
Raw Normal View History

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