akkoma/priv/es-mappings/activity.json

22 lines
280 B
JSON
Raw Normal View History

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