1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-11-17 18:49:15 +00:00
akkoma/priv/es-mappings/activity.json

24 lines
336 B
JSON
Raw Permalink Normal View History

2021-12-13 20:15:17 +00:00
{
2022-06-30 16:28:31 +01: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
}
}
}